/* Self-hosted latin subsets — the original site's pairing.

   Fraunces is requested with the wght axis ONLY. It also carries
   opsz 9-144, and its optical sizing runs the opposite way to
   intuition: HIGH optical size is the thin, high-contrast display
   cut. Letting font-optical-sizing map opsz to the used font-size
   would thin out every heading — the exact problem this revert
   exists to fix. Without the axis in the file, opsz stays pinned at
   the default 14: the soft, chunky, low-contrast cut the brand was
   built on. site.css also sets font-optical-sizing: none as a belt.

   Lunasima ships 400 and 700 and nothing between, so every
   font-weight: 600 in the stylesheet resolves UP to real Bold.
   That is deliberate and is most of why this type reads solid. */
@font-face{font-family:"Fraunces";font-style:italic;font-weight:100 900;font-display:swap;src:url("../fonts/fraunces-italic-100to900.woff2") format("woff2");}
@font-face{font-family:"Fraunces";font-style:normal;font-weight:100 900;font-display:swap;src:url("../fonts/fraunces-normal-100to900.woff2") format("woff2");}
@font-face{font-family:"Lunasima";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/lunasima-normal-400.woff2") format("woff2");}
@font-face{font-family:"Lunasima";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/lunasima-normal-700.woff2") format("woff2");}
