/* Critical above-the-fold CSS + self-hosted @font-face (served as a static file
   from /public so Vite does not process it — avoids the html-inline-proxy bug). */
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 700;font-display:swap;src:url('/fonts/playfair-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:300 700;font-display:swap;src:url('/fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
html,body{margin:0;padding:0;background:hsl(40,30%,98%);color:hsl(160,25%,12%);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
#root{min-height:100vh}
.hero-fallback{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(40,30%,98%) 0%,hsl(38,25%,92%) 50%,hsl(160,25%,92%) 100%)}
