/* Metrik eşleşmeli fallback — referans montserrat-critical.css ile aynı */
@font-face {
    font-family: 'Montserrat Fallback';
    font-style: normal;
    font-weight: 400;
    src: local('Arial');
    size-adjust: 103.5%;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/nutraxin/fonts/montserrat-latin-ext-wght-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/nutraxin/fonts/montserrat-latin-wght-normal.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 {
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Montserrat', 'Montserrat Fallback', sans-serif;
    font-size: 16px;
    line-height: inherit;
}

/* `body h1` (specificity 0,0,2) intentionally beats Tailwind's preflight `h1` reset
   (0,0,1, injected last in <head> by the CDN script) without needing !important,
   while still losing to any block's explicit Tailwind size classes (0,1,0). */
body h1 { font-size: 30px; font-weight: 600; margin-bottom: 10px; }
body h2 { font-size: 25px; font-weight: 600; margin-bottom: 10px; }
body h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
body h4 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
body h5 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
body h6 { font-size: 14px; font-weight: 600; margin-bottom: 10px; }

/* Tailwind 3.4 compiled punto skalası (referans app--wNcUPqh.css).
   `html body` öneki, CDN’in sonradan enjekte ettiği aynı sınıfları ezer. */
html body .text-xs { font-size: .75rem; line-height: 1rem; }
html body .text-sm { font-size: .875rem; line-height: 1.25rem; }
html body .text-base { font-size: 1rem; line-height: 1.5rem; }
html body .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
html body .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
html body .text-2xl { font-size: 1.5rem; line-height: 2rem; }
html body .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
html body .text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
html body .text-5xl { font-size: 3rem; line-height: 1; }
html body .text-\[14px\] { font-size: 14px; }
html body .text-\[16px\] { font-size: 16px; }
html body .text-\[18px\] { font-size: 18px; }
html body .tracking-widest { letter-spacing: .1em; }
html body .leading-none { line-height: 1; }
html body .leading-relaxed { line-height: 1.625; }
html body .font-light { font-weight: 300; }
html body .font-medium { font-weight: 500; }
html body .font-semibold { font-weight: 600; }
html body .font-bold { font-weight: 700; }
html body .font-\[400\] { font-weight: 400; }
html body .font-\[700\] { font-weight: 700; }

@media (min-width: 1024px) {
    html body .lg\:text-xs { font-size: .75rem; line-height: 1rem; }
    html body .lg\:text-sm { font-size: .875rem; line-height: 1.25rem; }
    html body .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    html body .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    html body .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
}
