/* Built: 2025-12-13T05:29:29.887640214Z  Version: 149c2be68f91fc79 */

/* -----------------------------------------------------------------------------
   Font subsetting strategy

   This file declares each weight/style twice under the SAME family name:
   1) a tiny Latin+punctuation subset (@font-face with unicode-range=…)
   2) the full face (no unicode-range) as a transparent fallback

   How it works:
   - The browser loads only the tiny WOFF2 for common text.
   - If a page needs a codepoint outside the subset, it automatically fetches
     the matching full face for that weight/style—no visual jump in metrics.
   - Kerning/ligatures are preserved (we didn’t strip layout features).
   - We serve WOFF2 with font-display: swap for fast first paint.

   Payload impact (potential, with all faces available):
   - Bitstream Charter (4 faces): 45,592 bytes vs 61,160 bytes: 16kb saved = 25%

   Actual page cost is typically lower (only used weights/styles download), but
   this setup substantially reduces worst-case payload while remaining seamless.
------------------------------------------------------------------------------- */

/* to check glyph coverage, run in the browser console */

/* (function () { */
/*     const allowed = [ */
/*         0x000A,[0x0020,0x007E],0x00A0,0x00A7,0x00A9,0x00AC,0x00AD,0x00AE,0x00B0,0x00B1,0x00B7,0x00D7,0x2010,0x2013,0x2014,0x2018,0x2019,0x201C,0x201D,0x2022,0x2026,0x2039,0x203A,0x2122,0x2212 */
/*     ]; */
/*     const inAllowed = cp => allowed.some(a => Array.isArray(a) ? (cp>=a[0] && cp<=a[1]) : cp===a); */
/*     const body = document.querySelector('body'); */
/*     const text = body ? body.innerText : ""; */
/*     const bad = []; */
/*     for (const ch of text) { */
/*         const cp = ch.codePointAt(0); */
/*         if (!inAllowed(cp)) bad.push([ch, "U+"+cp.toString(16).toUpperCase()]); */
/*     } */
/*     console.table(bad); */
/* })(); */


/* Missing glyphs for requested Unicodes: ['U+00AD'] */
/* Added .notdef to subset */
/* Closing glyph list over 'CFF ': 116 glyphs before */

/* Glyph names: ['.notdef', */
/* 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', */

/* 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', */

/* 'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', */

/* 'plus', 'plusminus', 'minus', 'multiply', 'equal', 'greater', 'less', 'logicalnot',  */

/* 'emdash', 'endash', 'hyphen', */

/* 'ellipsis',  */

/* 'quotedbl', 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright', 'quotesingle', */

/* 'guilsinglleft', 'guilsinglright', - for breadcrumb links */

/* 'ampersand', 'asterisk', 'at', 'backslash', */

/* 'bar', 'braceleft', 'braceright', 'bracketleft', 'bracketright', 'parenleft', 'parenright', 'numbersign',  */

/* 'bullet', 'periodcentered',  */

/* 'asciicircum', 'asciitilde', 'grave',  */

/* 'copyright', 'degree', 'registered', 'section', 'trademark',  */

/* 'colon', 'comma', 'dollar', 'exclam', 'percent', 'period', 'question',  'semicolon', 'slash', 'space', 'underscore'] */


/* -------------------------------------------------------------------------- */
/* regular */

@font-face {
    font-family: 'Bitstream Charter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/charter/charter_regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Bitstream Charter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('/fonts/charter-tiny/charter_tiny_regular.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* bold */

@font-face {
    font-family: 'Bitstream Charter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/charter/charter_bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Bitstream Charter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('/fonts/charter-tiny/charter_tiny_bold.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* italic */

@font-face {
    font-family: 'Bitstream Charter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/charter/charter_italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Bitstream Charter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('/fonts/charter-tiny/charter_tiny_italic.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* bold italic */

@font-face {
    font-family: 'Bitstream Charter';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/charter/charter_bold_italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Bitstream Charter';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('/fonts/charter-tiny/charter_tiny_bold_italic.woff2') format('woff2');
}

/* -----------------------------------------------------------------------------
   Font subsetting strategy

   This file declares each weight/style twice under the SAME family name:
   1) a tiny Latin+punctuation subset (@font-face with unicode-range=…)
   2) the full face (no unicode-range) as a transparent fallback

   How it works:
   - The browser loads only the tiny WOFF2 for common text.
   - If a page needs a codepoint outside the subset, it automatically fetches
     the matching full face for that weight/style—no visual jump in metrics.
   - Kerning/ligatures are preserved (we didn’t strip layout features).
   - We serve WOFF2 with font-display: swap for fast first paint.

   Payload impact (potential, with all faces available):
   - Lato Latin (18 faces): ~245 KB tiny vs ~788 KB full → 543 KB saved (69%)
   - 13,600 bytes / face vs 43,800
   - typically load 5 faces: 68 KB vs 219 KB  → 151 KB saved (69%)


   Actual page cost is typically lower (only used weights/styles download), but
   this setup substantially reduces worst-case payload while remaining seamless.
------------------------------------------------------------------------------- */

/* to check glyph coverage, run in the browser console */


/* (function () { */
/*     const allowed = [ */
/*         0x000A,[0x0020,0x007E],0x00A0,0x00A7,0x00A9,0x00AC,0x00AD,0x00AE,0x00B0,0x00B1,0x00B7,0x00D7,0x2010,0x2013,0x2014,0x2018,0x2019,0x201C,0x201D,0x2022,0x2026,0x2039,0x203A,0x2122,0x2212 */
/*     ]; */
/*     const inAllowed = cp => allowed.some(a => Array.isArray(a) ? (cp>=a[0] && cp<=a[1]) : cp===a); */
/*     const body = document.querySelector('body'); */
/*     const text = body ? body.innerText : ""; */
/*     const bad = []; */
/*     for (const ch of text) { */
/*         const cp = ch.codePointAt(0); */
/*         if (!inAllowed(cp)) bad.push([ch, "U+"+cp.toString(16).toUpperCase()]); */
/*     } */
/*     console.table(bad); */
/* })(); */

/* Glyph names: ['.notdef', */
/* 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', */

/* 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',  */

/* 'zero', 'one', 'two', 'three', four', 'five', 'six', 'seven', 'eight', 'nine',  */

/* 'plus', 'plusminus', 'minus', 'multiply', 'equal', 'greater', 'less', 'logicalnot', */

/* 'emdash', 'endash', 'hyphen', */

/* 'ellipsis',  */

/* 'quotedbl', 'quotedblleft', 'quotedblright', 'quoteleft', 'quoteright', 'quotesinglbase', 'quotesingle', -- 'quotesinglbase' U+201A not needed */

/* 'guilsinglleft', 'guilsinglright', - breadcrumb links */

/* 'ampersand', 'asterisk', 'at', 'backslash',  */

/* 'bar', 'braceleft', 'braceright', 'bracketleft', 'bracketright', 'parenleft', 'parenright', 'numbersign',  */

/* 'bullet', 'periodcentered',  */

/* 'asciicircum', 'asciitilde', 'grave',   */

/* 'copyright', 'degree', 'registered', 'section', 'trademark',  */

/* 'colon', 'comma', 'dollar', 'exclam', 'percent', 'period', 'question',  'semicolon', 'slash', 'space', 'underscore', */

/* 'uniFB00', 'uniFB01', 'uniFB02', 'uniFB03', 'uniFB04', */

/* ''glyph00058', 'glyph00059', 'glyph00061', 'glyph00062', 'glyph00081', 'glyph00082', 'glyph00083', 'glyph00084', 'glyph00087', 'glyph00088', 'glyph00119', 'glyph00121', 'glyph00122', 'glyph00123', 'glyph00125', 'glyph00279', 'glyph00429', 'glyph00437', ] */

/* elisp code to generate the CSS definitions:*/

/* (defun lato/make-face (weight name italic) */
/*   (let ((fname (if italic */
/*                    (if (string= name "Regular") */
/*                        "Italic" */
/*                        (format "%sItalic" name)) */
/*                  name)) */
/*         (shape (if italic "italic" "normal"))) */
/*    (format " */
/* /\* -------------------------------------------------------------------------- *\/ */
/* /\* %s *\/ */

/* @font-face { */
/*     font-family: 'Lato Latin'; */
/*     font-style: %s; */
/*     font-weight: %d; */
/*     font-display: swap; */
/*     src: url('../fonts/lato-latin/LatoLatin-%s.woff2') format('woff2'); */
/* } */
/* @font-face { */
/*     font-family: 'Lato Latin'; */
/*     font-style: %s; */
/*     font-weight: %d; */
/*     font-display: swap; */
/*     unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212; */
/*     src: url('../fonts/lato-tiny/LatoTiny-%s.woff2') format('woff2'); */
/* } */
/* " */
/*            fname */
/*            shape weight fname */
/*            shape weight fname))) */

/* (let ((weights '((100 . "Hairline") */
/*                  (200 . "Thin") */
/*                  (300 . "Light") */
/*                  (400 . "Regular") */
/*                  (500 . "Medium") */
/*                  (600 . "Semibold") */
/*                  (700 . "Bold") */
/*                  (800 . "Heavy") */
/*                  (900 . "Black")))) */

/*   (insert "\n\n") */
/*   (--each weights */
/*     (let ((weight (car it)) */
/*           (name (cdr it))) */

/*       (insert (lato/make-face weight name nil)) */
/*       (insert (lato/make-face weight name t)) */
/*       (insert "\n")))) */


/* -------------------------------------------------------------------------- */
/* Hairline */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Hairline.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Hairline.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* HairlineItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-HairlineItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-HairlineItalic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Thin */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Thin.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Thin.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* ThinItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-ThinItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-ThinItalic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Light */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Light.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* LightItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-LightItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-LightItalic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Regular */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Regular.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* Italic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Italic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Medium */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Medium.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* MediumItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-MediumItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-MediumItalic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Semibold */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Semibold.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Semibold.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* SemiboldItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-SemiboldItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-SemiboldItalic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Bold */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;

    src: url('../fonts/lato-tiny/LatoTiny-Bold.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* BoldItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-BoldItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-BoldItalic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Heavy */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Heavy.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Heavy.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* HeavyItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-HeavyItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-HeavyItalic.woff2') format('woff2');
}


/* -------------------------------------------------------------------------- */
/* Black */

@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-Black.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-Black.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* BlackItalic */

@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/lato-latin/LatoLatin-BlackItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Latin';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    unicode-range: U+0020-007E,U+00A0,U+00A7,U+00A9,U+00AC,U+00AD,U+00AE,U+00B0,U+00B1,U+00B7,U+00D7,U+2010,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+2122,U+2212;
    src: url('../fonts/lato-tiny/LatoTiny-BlackItalic.woff2') format('woff2');
}

/* -------------------------------------------------------------------------- */
/* typography */
:root {
    --font-serif: "Bitstream Charter", Georgia, "Times New Roman", Times, serif;
    --font-sans: "Lato Latin", "Lato", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-symbol: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";

    --font-weight-hairline: 100;
    --font-weight-thin:     200;
    --font-weight-light:    300;
    --font-weight-regular:  400;
    --font-weight-medium:   500;
    --font-weight-heavy:    600;
    --font-weight-bold:     700;
    --font-weight-black:    900;

    --all-caps-space: .08em;
    --all-caps-word-space: 0.12em;

    --line-height-serif: 1.45;
    --line-height-sans: 1.35;

    --font-size-hugge:   36pt;
    --font-size-huge:    24pt;
    --font-size-bigger:  21pt;
    --font-size-big:     18pt;
    --font-size-larger:  16pt;
    --font-size-large:   14pt;
    --font-size-normal:  12pt;
    --font-size-small:   10pt;
    --font-size-smaller: 9pt;
    --font-size-tiny:    8pt;

    --border-radius: 10px;
    --border-radius-large: 14px;

    --hover-transition: 0.2s ease-in-out;
}

.weight-thin    { font-weight: var(--font-weight-thin);    }
.weight-light   { font-weight: var(--font-weight-light);   }
.weight-regular { font-weight: var(--font-weight-regular); }
.weight-medium  { font-weight: var(--font-weight-medium);  }
.weight-bold    { font-weight: var(--font-weight-bold);    }
.weight-black   { font-weight: var(--font-weight-black);   }

.size-hugge   { font-size: var(--font-size-hugge);   }
.size-huge    { font-size: var(--font-size-huge);    }
.size-bigger  { font-size: var(--font-size-bigger);  }
.size-big     { font-size: var(--font-size-big);     }
.size-larger  { font-size: var(--font-size-larger);  }
.size-large   { font-size: var(--font-size-large);   }
.size-normal  { font-size: var(--font-size-normal);  }
.size-small   { font-size: var(--font-size-small);   }
.size-smaller { font-size: var(--font-size-smaller); }
.size-tiny    { font-size: var(--font-size-tiny);    }

.mono   { font-family: var(--font-mono); }
.sans   { font-family: var(--font-sans); }
.serif  { font-family: var(--font-serif); }
.symbol { font-family: var(--font-symbol); }

/* TODO: font size scale */

/* -------------------------------------------------------------------------- */
/* spacing scale */
:root {
    /* spacing scale */
    --space-0: 0;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: 4rem;

    /* layout */
    --maxw: 72rem;     /* overall container max width */
    --readw: 62ch;     /* ideal text line length */
    --truncw: 31ch;
}

/* spacing utilities */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: var(--space-1) !important; }
.mt-2 { margin-top: var(--space-2) !important; }
.mt-3 { margin-top: var(--space-3) !important; }
.mt-4 { margin-top: var(--space-4) !important; }
.mt-5 { margin-top: var(--space-5) !important; }
.mt-6 { margin-top: var(--space-6) !important; }
.mt-7 { margin-top: var(--space-7) !important; }
.mt-8 { margin-top: var(--space-8) !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: var(--space-1) !important; }
.mb-2 { margin-bottom: var(--space-2) !important; }
.mb-3 { margin-bottom: var(--space-3) !important; }
.mb-4 { margin-bottom: var(--space-4) !important; }
.mb-5 { margin-bottom: var(--space-5) !important; }
.mb-6 { margin-bottom: var(--space-6) !important; }
.mb-7 { margin-bottom: var(--space-7) !important; }
.mb-8 { margin-bottom: var(--space-8) !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: var(--space-1) !important; }
.ml-2 { margin-left: var(--space-2) !important; }
.ml-3 { margin-left: var(--space-3) !important; }
.ml-4 { margin-left: var(--space-4) !important; }
.ml-5 { margin-left: var(--space-5) !important; }
.ml-6 { margin-left: var(--space-6) !important; }
.ml-7 { margin-left: var(--space-7) !important; }
.ml-8 { margin-left: var(--space-8) !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: var(--space-1) !important; }
.mr-2 { margin-right: var(--space-2) !important; }
.mr-3 { margin-right: var(--space-3) !important; }
.mr-4 { margin-right: var(--space-4) !important; }
.mr-5 { margin-right: var(--space-5) !important; }
.mr-6 { margin-right: var(--space-6) !important; }
.mr-7 { margin-right: var(--space-7) !important; }
.mr-8 { margin-right: var(--space-8) !important; }

.pad-1 { padding: var(--space-1) !important; }
.pad-2 { padding: var(--space-2) !important; }
.pad-3 { padding: var(--space-3) !important; }
.pad-4 { padding: var(--space-4) !important; }
.pad-5 { padding: var(--space-5) !important; }
.pad-6 { padding: var(--space-6) !important; }
.pad-7 { padding: var(--space-7) !important; }
.pad-8 { padding: var(--space-8) !important; }

/* -------------------------------------------------------------------------- */
/* hide-only-visually helper */

/* Visually hide while keeping content accessible to assistive tech.
   Use for: skip links, helper text for screen readers, form controls that
   are "re-skinned" (e.g., radio inputs behind custom tabs), and any content
   that should be announced but not seen.
   Why: avoids display:none/visibility:hidden (which remove from the
   accessibility tree) while keeping elements focusable and operable. */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;

  /* `clip` is deprecated but still broad; `clip-path` is the modern form. */
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/* Same as above, but only hidden when *not* focused/active.
   Use for: "Skip to content" links that should appear when tabbed to. */
.visually-hidden-focusable:not(:focus):not(:active) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/* -------------------------------------------------------------------------- */
/* baseline reset */
*,
*::before,
*::after { box-sizing: border-box; }

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-serif);
    font-size: var(--font-size-normal);
    line-height: var(--line-height-serif);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, svg, video, canvas { max-width: 100%; height: auto; }
img { display: block; }

:focus-visible {
    outline: none;
    /* outline: 2px solid var(--focus); */
    /* outline-offset: 3px; */
    box-shadow: 0 0 4px 2px color-mix(in srgb, var(--focus) 75%, transparent);
}

a {
    color: var(--link);
    text-decoration: none;
}
a:hover { text-decoration: underline; }

code, pre, kbd, samp {
    font-family: var(--font-mono);
    font-size: var(--font-size-small);
}
pre {
    /* background: var(--surface); */
    background: var(--bg);
    padding: var(--space-4);
    border-radius: var(--border-radius);
    overflow: auto;
    border: 1px solid var(--border);
}

/* -------------------------------------------------------------------------- */
/* motion preferences */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Print styles */
@media print {
    :root {
        --bg: #ffffff;
        --text: #000000;
        --border: #d1d5db;
    }
    body {
        background: #fff;
        color: #000;
    }
    a {
        color: inherit;
        text-decoration: none;
    }
    .btn, .badge {
        box-shadow: none;
    }
    /* .footer { */
    /*     border-top: 0; */
    /* } */
}

:root {

    --brand-0:   #e3f2ec;
    --brand-10:  #c8e4d8;
    --brand-20:  #acd7c5;
    --brand-30:  #91cab1;
    --brand-40:  #75bd9e;
    --brand-50:  #5aaf8a;
    --brand-100: #50a580;
    --brand-200: #499775;
    --brand-300: #428a6b;
    --brand-400: #3c7c60;
    --brand-500: #326750;         /*hunter green*/
    --brand-600: #2e604b;
    --brand-700: #285340;
    --brand-800: #214535;
    --brand-900: #1b372b;

    --brand: var(--brand-500);
    --brand-dark: var(--brand-700);
    --brand-light: var(--brand-300);

    /* Neutral scale */
    --neutral-20:  #f3f5f7;
    --neutral-30:  #e7ebee;
    --neutral-40:  #dbe2e6;
    --neutral-50:  #ced8de;
    --neutral-100: #b6c4cd;
    --neutral-200: #9eb1bd;
    --neutral-300: #869dac;
    --neutral-400: #6d899c;
    --neutral-500: #5b7486;
    --neutral-600: #4a5f6d;
    --neutral-700: #36454f;       /*charcoal*/
    --neutral-800: #29353d;
    --neutral-900: #192024;


    /* surface */
    --surface-0:   #fdfbf7;       /*baby powder*/
    --surface-1:   #fbf7ef;       /*floral white*/
    --surface-50:  #faf4e8;
    --surface-100: #f8efde;       /*old lace*/
    --surface-200: #f4e6cd;
    --surface-300: #f1debc;
    --surface-400: #edd6ab;
    --surface-500: #eace9a;
    --surface-600: #e6c689;
    --surface-700: #e2bd78;
    --surface-800: #dfb568;
    --surface-900: #dbad57;


    --dsurface-0:   #91dff3;
    --dsurface-10:  #6cd5ef;
    --dsurface-20:  #47caeb;
    --dsurface-30:  #23bfe7;
    --dsurface-40:  #16a6ca;
    --dsurface-50:  #1398b9;
    --dsurface-100: #1188a6;
    --dsurface-200: #107994;    /*cerulean*/
    --dsurface-300: #0e6a81;
    --dsurface-400: #0c5b6f;
    --dsurface-500: #0a4c5c;
    --dsurface-600: #073642;    /*midnight green*/
    --dsurface-700: #062d37;
    --dsurface-800: #041e25;
    --dsurface-900: #020f12;

    /* TODO: alert scale */

    /* for plots */
    --plot-brand:      var(--brand-500);
    --plot-goldenrod:  #b8860b; /* darkgoldenrod */
    --plot-firebrick:  #b22222;
    --plot-midnight:   #191970;

    color-scheme: light dark;
}

/* ---------- Color system (light) ---------- */
:root {
    /* Base */
    --bg:             var(--surface-0);
    --text:           var(--neutral-800);
    --muted-text:     var(--neutral-400);
    --border:         var(--surface-200);
    --border-strong:  var(--surface-400);
    --neutral-border: var(--neutral-100);
    --light-surface:  var(--surface-50);
    --dark-surface:   var(--surface-200);
    --surface:        var(--surface-100);
    --navbar:         var(--neutral-700);
    --navbar-text:    #f4f7f9;
    /* --navbar-text: var(--brand-0); */

    /* Accent */
    --accent:           var(--brand-600);
    --accent-hover:     var(--brand-800);
    --accent-active:    var(--brand-900);
    --accent-contrast:  #ffffff;
    --highlight:        var(--brand-50);
    --accent-muted-bg:  var(--brand-10);
    --accent-border:    var(--brand-400);
    --accent-muted-border: var(--brand-200);

    /* secondary */
    --secondary: var(--neutral-50);
    --secondary-hover: var(--neutral-100);
    --secondary-active: var(--neutral-200);

    /* Links & focus */
    --link:       var(--brand-700);
    --link-hover: var(--brand-600);
    --link-hover-bg: color-mix(in srgb, var(--brand-500) 10%, #fff);
    --link-hover-bg: var(--brand-0);
    --focus:      var(--brand-500);
    --focus-ring: 0 0 0 3px color-mix(in srgb, var(--brand-500) 35%, transparent);

    /* Controls */
    --control:        var(--surface-200);
    --control-hover:  var(--surface-300);
    --control-active: var(--surface-400);
    --control-border: var(--surface-500);
    --control-fg:     var(--neutral-800);
    --neutral-control: var(--neutral-50);

    /* Status */
    --pos:  #148f6a;
    --neu:  #64748b;
    --warn: #b26e2d;
    --neg:  #b5382f;

    /* Shadows */
    --shadow-0: 0 1px 2px  rgba(0, 0, 0, 0.06);
    --shadow-1: 4px 8px 24px rgba(0, 0, 0, 0.10);
    --shadow-2: 8px 16px 32px rgba(0, 0, 0, 0.12);

    /* Charts */
    --chart-fg:   var(--text);
    --chart-grid: color-mix(in srgb, var(--text) 12%, transparent);

    --chart-1: var(--plot-brand);
    --chart-2: var(--plot-goldenrod);
    --chart-3: var(--plot-firebrick);
    --chart-4: var(--plot-midnight);
    --chart-5:    #a855f7;
    --chart-6:    #16a34a;
    --chart-7:    #f59e0b;
    --chart-8:    #e11d48;
    --chart-9:    #4f46e5;
    /* --chart-4:    #0ea5e9; */
    /* --chart-6:    #ef4444; */
    /* --chart-8:    #14b8a6; */

    /* Alerts (subtle on light) */
    --alert-bg:     #fdecec;
    --alert-border: #f3b3b3;
    --alert-text:   #7f1d1d;
    --alert-icon:   #b91c1c;
}

/* ---------- Color system (dark) ---------- */
@media (prefers-color-scheme: dark) {
    :root {
        /* Base */
        --bg:         #0c0f12;
        --text:       #e7edf3;
        --muted-text: #9aa7b4;
        --border:     #1f2937;
        --surface:    #0f141a;
        --navbar:     var(--neutral-900);
        --navbar-text:#dbe3ea;

        /* Accent */
        --accent:            var(--brand-400);
        --accent-contrast:   #ffffff;
        --highlight:         var(--brand-800);
        --accent-muted-bg:   color-mix(in srgb, var(--accent) 18%, transparent);
        --accent-border:     var(--brand-500);

        /* Links & focus */
        --link:              var(--brand-300);
        --link-hover:        var(--brand-200);
        --focus:             var(--brand-300);
        --focus-ring:        0 0 0 3px color-mix(in srgb, var(--brand-300) 40%, transparent);

        /* Controls */
        --control-fg:        #0f141a; /* dark-on-light control content */
        --control-bg:        color-mix(in srgb, #ffffff 9%, var(--neutral-900));
        --control-bg-hover:  color-mix(in srgb, #ffffff 14%, var(--neutral-900));
        --control-bg-active: color-mix(in srgb, #ffffff 18%, var(--neutral-900));
        --control-border:    color-mix(in srgb, var(--neutral-100) 12%, transparent);

        /* Status */
        --pos:  #34d399;
        --neu:  #94a3b8;
        --warn: #f59e0b;
        --neg:  #f87171;

        /* Shadows */
        --shadow-0: 0 1px 2px  rgba(0, 0, 0, 0.55);
        --shadow-1: 0 8px 24px rgba(0, 0, 0, 0.55);
        --shadow-2: 0 16px 32px rgba(0, 0, 0, 0.50);

        /* Charts */
        --chart-fg:   var(--text);
        --chart-grid: color-mix(in srgb, var(--text) 22%, transparent);
        /* keep same hues, lift luminance for contrast on dark */
        --chart-1: color-mix(in srgb, var(--plot-brand) 78%, #ffffff);
        --chart-2: color-mix(in srgb, var(--plot-goldenrod) 78%, #ffffff);
        --chart-3: color-mix(in srgb, var(--plot-firebrick) 78%, #ffffff);
        --chart-4: color-mix(in srgb, var(--plot-midnight) 78%, #ffffff);

        --chart-5:    #c084fc;
        --chart-6:    #22c55e;
        --chart-7:    #f87171;
        --chart-8:    #38bdf8;
        --chart-9:    #f59e0b;
        /* --chart-2:    #6366f1; */
        /* --chart-3:    #fb7185; */
        /* --chart-8:    #2dd4bf; */

        /* Alerts (high-contrast on dark) */
        --alert-bg:     #2b1010;
        --alert-border: #7f1d1d;
        --alert-text:   #fecaca;
        --alert-icon:   #fca5a5;
    }
}

/* -------------------------------------------------------------------------- */
/* Global mappings */

html, body {
    font-size: var(--font-size-normal);
}

body {
    font-weight: var(--font-weight-regular);
    /* -webkit-font-smoothing: subpixel-antialiased; NB set in base.css */
}

h1, h2, h3, h4 {
    line-height: 1.15;
    margin: 0 0 var(--space-4);
    letter-spacing: -0.01em;
}
h1 { font-size: var(--font-size-hugge); }
h2 { font-size: var(--font-size-huge); }
h3 { font-size: var(--font-size-big); }
h4 { font-size: var(--font-size-large); }

p { margin: 0 0 var(--space-4); color: var(--text); }

h1 {
    margin-top: var(--space-6);
    text-align: center;
}

h2 {
    /* h2 defaults to a spaced low small caps */
    font-weight: var(--font-weight-black);
    /* text-transform: lowercase; */
    /* letter-spacing: 0.1em; */
    /* font-variant-caps: small-caps; */
    font-style: italic;
}
h2.plain {
    text-transform: none;
    font-variant-caps: normal;
    letter-spacing: -0.01em;    /*normal*/
}

h3 {
    font-weight: var(--font-weight-bold);
    font-style: italic;
}

.hero-inner h1 {
    font-weight: var(--font-weight-black);
}

/* -------------------------------------------------------------------------- */
/* paragraph types */

.subhead {
    color: var(--muted-text);
    font-size: var(--font-size-larger);
    max-width: var(--readw);
}
.note {
    margin-top: var(--space-4);
    padding: var(--space-3) var(--space-4);
    border: 1.5px solid var(--neutral-border);
    border-radius: var(--border-radius);
    /* background: var(--surface); */
    background: color-mix(in srgb, var(--accent) 6%, transparent);
    color: var(--muted-text);
    font-size: var(--font-size-small);
    font-style: italic;
}
.note strong {
    color: color-mix(in srgb, var(--text) 85%, transparent);
    font-style: normal;
}

.note p:last-child {
    margin-bottom: 0;
}

.hint {
    margin: var(--space-2) 0 0;
    color: var(--muted-text);
    font-family: var(--font-sans);
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-small);
}


/* -------------------------------------------------------------------------- */
/* Text utilities & weights */

.kicker  {
    text-transform: uppercase;
    letter-spacing: var(--all-caps-space);
    word-spacing: var(--all-caps-word-space);
    font-size: var(--font-size-smaller);
    color: var(--muted-text);
}
.small { font-size: var(--font-size-small); }
.emph { font-style: italic; }

.spaced-all-caps {
    text-transform: uppercase;
    letter-spacing: var(--all-caps-space);
    word-spacing: var(--all-caps-word-space);
    font-weight: var(--font-weight-bold);
}

.muted, figcaption { font-weight: var(--font-weight-light); }
.kicker, .overline { font-weight: var(--font-weight-medium); }

/* Brand/logo styles */
.logo-pre  {
    font-weight: var(--font-weight-black);
    text-transform: capitalize;
    letter-spacing: -0.01em;
    font-variant-caps: normal;
    color: var(--accent-600);
}
.logo-post {
    font-weight: var(--font-weight-light);
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-variant-caps: normal;
    color: var(--accent-300);
}
.logo      {
    font-family: var(--font-sans);
    font-style: normal;

    display: inline-flex;
    /* gap: .125em; */
    gap: 0.05em;
}

a.brand {
    background: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;               /*space between logo words*/
    text-decoration: none;
}
a.brand:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.logo--nav { font-size: var(--font-size-big); line-height: 1; }

/* -------------------------------------------------------------------------- */
/* sticky topnav height */
/* (JS may refine this at runtime based on actual rendered size) */
:root {
    --header-h: 56px;           /* mobile */
    --anchor-gap: 16px;         /* room under the header when jumping */
}
@media (min-width: 48rem) {
    :root { --header-h: 64px; } /* desktop */
}

/* -------------------------------------------------------------------------- */
/* page layout */

.container {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--space-5);
}

main > .container > section {
    padding: var(--space-8) 0;
    border-top: 1.5px solid var(--neutral-border);
}
main > .container > section:first-child {
    border-top: 0;
}

/* -------------------------------------------------------------------------- */
/* bands */

.band {
    padding-block: var(--space-8);
}
.band--tint {
    background: var(--accent-muted-bg);
    border-block: 1.5px solid var(--neutral-border);
    padding-left: var(--space-8) !important;
}

/* -------------------------------------------------------------------------- */
/* header & footer */

.site-header {
    /* fixed position at the of page */
    min-height: var(--header-h);
    position: sticky;
    top: 0;
    z-index: 20;

    background: var(--navbar);
    color: var(--navbar-text);
    border-bottom: 1.5px solid var(--neutral-border);

    font-family: var(--font-sans);
    font-size: var(--font-size-small);
}

.site-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-3) 0;
}

@media (max-width: 72rem){      /* NB should match --maxw but variables dont resolve here*/
    .site-header nav {
        padding: var(--space-3) var(--space-3);
    }
}

.site-header nav a {
    font-weight: var(--font-weight-medium);
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    color: var(--navbar-text);
    /* background-image: linear-gradient(transparent 30%, color-mix(in srgb, var(--navbar-text) 40%, transparent)); */
    background-image: none;
    text-decoration: none;
}
.site-header nav a:hover {
    background: color-mix(in srgb, var(--navbar-text) 20%, transparent);
    box-shadow: 0 0 25px color-mix(in srgb, var(--navbar-text) 50%, transparent);
    text-decoration: none;
}



.site-header a.btn-primary:hover {
    background: var(--brand-400);
}

.site-header a.btn-primary:active {
    background: var(--brand-300);
}

.site-header ul { display: flex; gap: var(--space-4); list-style: none; margin: 0; padding: 0; }
.site-header li { display: flex; align-items: center; }

.footer .container { display: flex; flex-direction: column; gap: var(--space-2); }
@media (min-width: 48rem) {
    .footer .container { flex-direction: row; justify-content: space-between; align-items: center; }
}

.footer {
    margin-top: var(--space-7);
    padding: var(--space-6) 0;
    color: var(--muted-text);
    border-top: 1.5px solid var(--neutral-border);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-light);
}

/* -------------------------------------------------------------------------- */
/* hero section */

section#hero {
    padding: clamp(3rem, 8vw, 8rem) 0;
}
section#hero .subhead {
    margin-top: var(--space-3);
}

/* Utilities --------------------------------------------------------------- */

.no-wrap { white-space: nowrap; }

.indent {margin-left: var(--space-8);}
.indent-half {margin-left: var(--space-6);}

.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }  /* optional, handy */

.lead {
    font-size: var(--font-size-large);
    color: var(--muted-text);
    font-weight: var(--font-weight-light);
}
.muted { color: var(--muted-text); }

.max-read { max-width: var(--readw); }
.read { width: var(--readw); }
.max-w-720 { max-width: 720px; }
.fit { width: fit-content; max-width: 100%; }

.spacer { height: var(--space-6); }

@media (max-width: 950px) {
    .hide-tablet {
        display: none!important;
    }
}

@media (max-width: 600px) {
    .hide-mobile {
        display: none!important;
    }
}

.wordspace {
    margin-right: var(--all-caps-word-space);
}

/* -------------------------------------------------------------------------- */
/* surfaces / cards */

.card {
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--border-radius-large);
    box-shadow: var(--shadow-1);
    padding: var(--space-5);
}
.card:hover { box-shadow: var(--shadow-2); }

.card {
    display: flex;
    flex-direction: column;
}

.card h3 {
    font-weight: var(--font-weight-light);
    /* text-transform: uppercase; */
    /* letter-spacing: var(--all-caps-space); */
    /* word-spacing: var(--all-caps-word-space); */
}

/* footer block sits at the bottom; center contents */
.card__footer {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-3);    /* room if you add a button next to the badge */
}

/* -------------------------------------------------------------------------- */
/* Grid */

.grid {
    display: grid;
    gap: var(--space-5);
    padding: 0 20px;
}
@media (min-width: 48rem) {
    .cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* -------------------------------------------------------------------------- */
/* KPIs */

.kpi-row {
    display:grid;
    gap: var(--space-5);
    grid-template-columns: repeat(3, minmax(0,1fr));
}
.kpi-row.autofit {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
}
@media (max-width: 900px) {
    .kpi-row {
        grid-template-columns: 1fr;
    }
}

.kpi {
    text-align: center;
    padding: var(--space-4);
}
.kpi .value {
    font-family: var(--font-sans);
    font-weight: var(--font-weight-black);
    font-size: var(--font-size-huge);
    color: var(--accent);
    line-height: 1;
}
.kpi .label {
    font-family: var(--font-sans);
    font-weight: var(--font-weight-medium);
    margin-top: var(--space-1);
}
.kpi .note {
    font-family: var(--font-sans);
    font-weight: var(--font-weight-light);
    color: var(--muted-text);
    margin-top: calc(0.5 * var(--space-1));
}



/* -------------------------------------------------------------------------- */
/* Badges (e.g. signal labels)  */

.badge {
    display: inline-block;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-smaller);
    line-height: 1;
    padding: var(--space-1) var(--space-2);
    border-radius: 999px;
    border: 1.5px solid var(--border);
    background: var(--surface);
    color: var(--muted-text);
}
/* Badges/labels */
.badge--primary {
    background: var(--accent);
    color: var(--accent-contrast);
    border-color: color-mix(in srgb, var(--accent) 80%, black);
}
.badge--pos {
    background: color-mix(in srgb, var(--pos) 12%, var(--surface));
    color: var(--pos);
    border-color: color-mix(in srgb, var(--pos) 35%, var(--border));
}
.badge--neu {
    background: color-mix(in srgb, var(--neu) 12%, var(--surface));
    color: var(--neu);
    border-color: color-mix(in srgb, var(--neu) 35%, var(--border));
}
.badge--neg {
    background: color-mix(in srgb, var(--neg) 12%, var(--surface));
    color: var(--neg);
    border-color: color-mix(in srgb, var(--neg) 35%, var(--border));
}


/* -------------------------------------------------------------------------- */
/* chips (or tags) */

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2) var(--space-3);
    margin-top: var(--space-3);
}

.chip {
    padding: var(--space-1) var(--space-4);
    border-radius: 999px;
    background: var(--accent-muted-bg);
    border: 1.5px solid var(--accent-border);
    font-weight: var(--font-weight-medium);
}

/* -------------------------------------------------------------------------- */
/* alerts */
/* Component */
.alert {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    padding: var(--space-4);
    color: var(--alert-text);
    background: var(--alert-bg);
    border: 1.5px solid var(--alert-border);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-2);
}

.alert .alert__icon {
    flex: none;
    margin-top: 2px;
    color: var(--alert-icon);
}

/* -------------------------------------------------------------------------- */
/* Dropzone */
.dropzone{
    position: relative;
    border: 2px dashed color-mix(in srgb, var(--accent) 50%, #fff);
    border-radius: var(--border-radius);
    background: color-mix(in srgb, var(--accent) 20%, #fff);
    padding: var(--space-5);
    text-align: center;
}

.dropzone input[type=file]{
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}

.dropzone .dz-label{
    font-weight: var(--font-weight-medium);
}
.dropzone .dz-sub {
    margin-top: var(--space-1);
    color: var(--muted-text);
    font-size: var(--font-size-small);
}

.dropzone .dz-file {
    margin-top: var(--space-2);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-medium);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropzone .dz-actions { display: none; margin-top: var(--space-2); }
.dropzone.has-file .dz-actions { display: inline-flex; gap: var(--space-2); }
.dropzone.has-file .dz-label { opacity: .65; } /* subtle shift when selected */
.dropzone .dz-actions button { z-index: 100; }


/* -------------------------------------------------------------------------- */
/* details */

details summary {
    font-family: var(--font-sans);
    text-transform: uppercase;
    letter-spacing: var(--all-caps-space);
    margin-bottom: var(--space-3);
}

details {
    border: 1px solid var(--border);
    background: var(--light-surface);
    border-radius: var(--border-radius);
    padding: var(--space-3);
}

/* -------------------------------------------------------------------------- */
/* Buttons */


.button-list { display: inline-flex; gap: var(--space-4); }

/* NB copy the same styling twice */
button.btn {
    appearance: none;

    font-size: var(--font-size-smaller);
    font-family: var(--font-sans);
    font-weight: var(--font-weight-normal);

    text-transform: uppercase;
    letter-spacing: var(--all-caps-space);
    word-spacing: var(--all-caps-word-space);
    font-weight: var(--font-weight-bold);
}
.btn {
    font-size: var(--font-size-smaller);
    font-family: var(--font-sans);
    font-weight: var(--font-weight-normal);

    text-transform: uppercase;
    letter-spacing: var(--all-caps-space);
    word-spacing: var(--all-caps-word-space);
    font-weight: var(--font-weight-bold);
}
.btn-primary, .btn-ghost {
    font-weight: var(--font-weight-bold);
}

.btn {
    /* display: inline-block; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--border-radius);
    border: 1.5px solid transparent;
    text-decoration: none;
    background: var(--surface);
    color: var(--text);
    box-shadow: var(--shadow-0);
    transition: var(--hover-transition);
}
.btn-big{
    padding: var(--space-3) var(--space-4);
}
.btn:hover { box-shadow: var(--shadow-1); }
.btn-primary {
    color: var(--accent-contrast);
    background: var(--accent);
    border: 1.5px solid color-mix(in srgb, var(--accent) 86%, black);
}
.btn-primary:hover { background: var(--accent-hover); }
.btn-primary:active { background: var(--accent-active); }

.btn-secondary {
    background: var(--secondary);
    color: var(--text);
    border: 1.5px solid var(--text);
}

a.btn:hover {
    text-decoration: none!important;
}

.btn-secondary:hover  { background: var(--secondary-hover); }
.btn-secondary:active { background: var(--secondary-active); }

.btn-ghost {
    background: transparent;
    color: var(--link);
    border: 1.5px solid var(--accent-border);
}
.btn-ghost:hover { background: var(--accent-muted-bg); }


button.inline {
    display: inline-block;
    color: inherit;

    padding: var(--space-1) var(--space-2);
    border-radius: var(--space-2);
    box-shadow: var(--shadow-0);
    background-color: var(--secondary);
    border: 1.5px solid var(--neutral-border);

    text-align: center;
    white-space: nowrap;
    transition: var(--hover-transition);

    font-weight: var(--font-weight-light);
    font-size: 90%;
}
button.inline:hover {
    background-color: var(--secondary-hover);
}
button.inline:active,
button.inline:focus {
    background-color: var(--secondary-active);
    box-shadow: var(--shadow-1);
}

/* -------------------------------------------------------------------------- */
/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--space-5) 0;
    font-size: var(--font-size-small);
    font-family: var(--font-sans);
}
th {
    text-transform: uppercase;
    letter-spacing: var(--all-caps-space);
    word-spacing: var(--all-caps-word-space);
}
th, td {
    padding: var(--space-3) var(--space-3);
    border-bottom: 1.5px solid var(--neutral-border);
    text-align: left;
}
thead th {
    position: sticky;
    top: 0;
    background: var(--bg);
    z-index: 1;
}
td.trunc {
    max-width: var(--truncw);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
td ul.compact-list {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
td ul.compact-list li {
    list-style: disc inside;
    margin: 0;
}

/* -------------------------------------------------------------------------- */
/* lists and description lists */
dl {
    /* expand line-height for easier reading */
    line-height: 1.4;
}
dl dt {
    font-weight: var(--font-weight-bold);
}
dl dd {
    color: var(--muted-text);
}

dl.aspara {
    /* indent 1st row by 1em; continuing rows by 2em */
    margin-left: 2em;
}

dl.aspara dt {
    float: left;
    margin-right: 0.5em;
    margin-left: -1em; /* Offset so second line aligns correctly */
}

dl.aspara dt::after {
    content: ":";
}

dl.aspara dd {
    margin-left: 0em;
    margin-bottom: 1em;
}



/* mini list with centered custom markers (• or →) */
.list-mini { list-style: none; padding: 0; margin: 0 0 0 0; }
.list-mini li {
    display: grid;
    grid-template-columns: 1.15rem 1fr;  /* marker column + text */
    column-gap: var(--space-2);
    align-items: center;                  /* vertically center marker vs text block */
    margin: var(--space-1) 0;
}

/* default bullet */
.list-mini li::before {
    content: "•";
    justify-self: center;                 /* center bullet in its column */
    font-size: var(--font-size-tiny);     /* smaller bullet */
    line-height: 1;
    color: var(--muted-text);
}

/* arrow item: full-size arrow */
.list-mini li.arrow::before {
    content: "→";
    font-size: var(--font-size-normal);
    /* inherit follows the color of the parent */
    /* currentColor follows closest color property value */
    color: currentColor;
}

/* -------------------------------------------------------------------------- */
/* bullets  */

.bullets {
    list-style: none;
    padding: 0;
    margin: var(--space-4) 0 0;
    display: grid;
    gap: var(--space-3);
}
.bullets li strong {
    font-weight: var(--font-weight-medium);
}

/* -------------------------------------------------------------------------- */
/* text input */

input[type=text],input[type=password],select,textarea {
    width: 100%;
    padding: var(--space-3);
    box-sizing: border-box;

    background: color-mix(in srgb, var(--bg) 50%, #fff 50%);
    color: var(--text);
    font-size: var(--font-size-smaller);

    border: 1.5px solid var(--neutral-border);
    border-radius: var(--space-2);
}
input[type=text],input[type=password] {
    font-family: var(--font-mono);
}
textarea {
    resize: vertical;
    min-height: 9rem;
}
label {
    font-weight: var(--font-weight-medium);
}

/* -------------------------------------------------------------------------- */
/* select */

select {
    -webkit-appearance: none; /* removes default styles for some browsers */
    -moz-appearance: none;
    appearance: none;

    padding: var(--space-2);

    font-size: var(--font-size-smaller);
    font-family: var(--font-sans);
    font-weight: var(--font-weight-regular);

    border: 1.5px solid var(--neutral-border);
    border-radius: var(--border-radius);
    background-color: var(--bg);

    /* Add custom dropdown arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;


    /* width: 100%; */
    box-sizing: border-box;
}

/* -------------------------------------------------------------------------- */
/* fieldset */

fieldset {
    border-radius: var(--border-radius);
    border: 1.5px solid var(--muted-text);
    color: var(--text);
    box-shadow: var(--shadow-0);
}

.field {
    margin-block: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

fieldset .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: var(--space-4);
}

/* -------------------------------------------------------------------------- */
/* Links */
a {
  position: relative;
  color: var(--link);
  border-radius: var(--space-1);
  padding: 0 .12em; /* room for highlight */
  transition: var(--hover-transition);
  background-image: linear-gradient(transparent 60%, color-mix(in srgb, var(--link) 25%, transparent) 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}
a:hover,
a:focus-visible {
  background-size: 100% 100%;
  outline: 0;
}
a:focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--link) 35%, transparent);
}

/* space between items and arrows */
.with-arrow, .ext {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
}

/* External link arrow: add class=\"ext\" */
a.ext::after {
  content: "↗";
  /* Lato and Charter do not have this arrow.  specify fallback stack*/
  /* so we don't unnecessarily skip the "tiny" font and fall back to*/
  /* the full one, only to see the arrow is not there */
  font-family: var(--font-symbol);
  font-size: var(--font-size-small);
  margin-left: var(--space-1);
  transition: var(--hover-transition);
}
a.ext:hover::after,
a.ext:focus-visible::after { transform: translate(2px,-2px); }

/* Follow-me arrow: add class=\"with-arrow\" where you want motion */
.with-arrow::after {
  content: "→";
  /* Lato and Charter do not have this arrow.  specify fallback stack*/
  /* so we don't unnecessarily skip the "tiny" font and fall back to*/
  /* the full one, only to see the arrow is not there */
  font-family: var(--font-symbol);
  transition: transform .18s ease;
}
.with-arrow:hover::after,
.with-arrow:focus-visible::after { transform: translateX(3px); }

/* "click-to-copy" elements */
/* use ::after to replace condent with a "copied!" message */
/* uses `copy.js` to set the `.copied` class */

.copy-container {

}

.copy-content {
    position: relative;
    z-index: 0;
}

.copy-content:hover {
    cursor: pointer;
    background: var(--link-hover-bg);
}

.copy-content::after {
    content: "Copied!";

    /* fill space */
    position: absolute;
    inset: 0;
    border-radius: inherit;

    /* center text */
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1.5px solid var(--brand);
    background: var(--accent-muted-bg);
    color: var(--brand);
    font-weight: bold;

    z-index: 1;                 /*place over content*/
    opacity: 0;
    pointer-events: none;       /*dont block clicks*/
    transition: opacity var(--hover-transition);
}

@media (prefers-reduced-motion: reduce) {
    .copy-content::after {
        transition: none;
    }
}

.copy-content.copied::after {
    opacity: 1;
}

:root {
    --active-tab-bg: var(--light-surface);
}

/* Tab headers */
.tablist {
    display: flex;
    gap: var(--space-2);
    align-items: end;
}
.tab {
    appearance: none;           /*implemented as a button*/

    background: var(--control);
    font-family: var(--font-sans);
    font-weight: var(--font-weight-bold);
    color: var(--muted-text);

    border: 1.5px solid var(--border-strong);
    border-bottom: 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    margin-bottom: -1.5px;        /*let border-bottom cover panel border-top*/
    z-index: 0;

    padding: var(--space-2) var(--space-4);

    cursor: pointer;
}
.tab:hover  { background: var(--control-hover); }
.tab:active { background: var(--control-active); }
.tab[aria-selected="true"] {
    background: var(--active-tab-bg);
    color: var(--text);
    border-color: var(--border-strong);
    border-bottom: 1.5px solid var(--active-tab-bg);
    z-index: 2;
}
.tab:focus-visible {
    box-shadow: var(--focus-ring);
}

/* Panels */
.tabpanel {
    display: none;
    border: 1.5px solid var(--border-strong);

    border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
    background: var(--active-tab-bg);
    box-shadow: var(--shadow-0);

    padding: var(--space-4);
    z-index: 1;
}
.tabpanel[data-active="true"] { display: block; }

/* No-JS fallback: show all panels stacked */
noscript .tabpanel { display: block; margin-top: var(--space-2); }

/* Layout */
.toggle {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
}

.toggle-input {
}

/* Switch (track + knob) */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    cursor: pointer;
}
.slider {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: var(--neutral-control);
    transition: background .2s;
}
.slider::before {
    content: "";
    position: absolute; top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--bg);
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    transition: transform .2s ease-in-out;
}

/* Checked visuals */
.toggle-input:checked + .switch .slider         { background: var(--accent, #3a7252); }
.toggle-input:checked + .switch .slider::before { transform: translateX(24px); }

/* Keyboard focus ring (proxied to the visible control) */
.toggle-input:focus-visible + .switch .slider {
    outline: 2px solid var(--focus-ring, Highlight);
    outline-offset: 2px;
}

/* Text labels; only show the one matching state */
.state {
    cursor: pointer;
    font-size: var(--font-size-small);
    color: var(--text);
}
.label-checked { display: none; }
.toggle-input:checked ~ .state .label-checked { display: inline; }
.toggle-input:checked ~ .state .label-unchecked { display: none; }

.error {
  /* centered, breathable, looks good even if nav is sticky */
  min-height: min(70vh, 680px);
  padding: var(--space-7) var(--space-4);
  display: grid;
  grid-auto-rows: min-content;
  justify-items: center;
  gap: var(--space-3);
  text-align: center;
}
/* tighten vertically on small screens */
@media (max-width: 520px) {
    .error { gap: var(--space-2); }
}

.error .kicker {
  color: var(--accent);
}

.error h1 {
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-huge);
  margin: var(--space-1) 0 var(--space-1);
}

.error p.max-read {
  max-width: 62ch;
}

.error .btn + .btn {
  margin-left: var(--space-2);
}

.error-illus {
  width: calc(2.5 * var(--font-size-hugge)); /* need to comfortably fit 500 */
  height: calc(2.5 * var(--font-size-hugge));
  border-radius: 999px;
  background: var(--accent-muted-bg);
  border: 2px solid var(--accent-muted-border);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-2);
  color: var(--accent);
  font-weight: var(--font-weight-black);
  font-family: var(--font-sans);
  user-select: none;
}

/* If you want big code numerals inside the badge, add data-code="404" or "500" on the .error section */
.error[data-code="400"] .error-illus::after { content: "400"; font-size: var(--font-size-hugge); }
.error[data-code="401"] .error-illus::after { content: "401"; font-size: var(--font-size-hugge); }
.error[data-code="403"] .error-illus::after { content: "403"; font-size: var(--font-size-hugge); }
.error[data-code="404"] .error-illus::after { content: "404"; font-size: var(--font-size-hugge); }
.error[data-code="405"] .error-illus::after { content: "405"; font-size: var(--font-size-hugge); }
.error[data-code="406"] .error-illus::after { content: "406"; font-size: var(--font-size-hugge); }
.error[data-code="409"] .error-illus::after { content: "409"; font-size: var(--font-size-hugge); }
.error[data-code="410"] .error-illus::after { content: "410"; font-size: var(--font-size-hugge); }
.error[data-code="413"] .error-illus::after { content: "413"; font-size: var(--font-size-hugge); }
.error[data-code="500"] .error-illus::after { content: "500"; font-size: var(--font-size-hugge); }

.error a { text-decoration: none; }
