/* Fuentes auto-hospedadas: la CSP del sitio (style-src/font-src 'self') no permite Google Fonts. */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/inter-var-latin.260c81a4759b.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: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/manrope-var-latin.938c6e8019b6.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;
}

:root {
    --color-navy: #1C2E41;
    --color-gold: #C89948;
    --color-white: #FEFEFE;
    --color-ivory: #F7F5F0;
    --color-slate: #6D7783;
    --color-sand: #DCC9A3;

    --color-navy-strong: #11202F;
    --color-navy-soft: #23374D;
    --color-panel: #203246;
    --color-panel-border: rgba(220, 201, 163, 0.16);
    --color-border: rgba(28, 46, 65, 0.10);
    --color-text: #1F2C39;
    --color-text-soft: #57616D;
    --color-success: #65A06C;
    --color-warning: #D3A24B;
    --color-danger: #C45A5A;

    --font-heading: "Manrope", system-ui, sans-serif;
    --font-body: "Inter", system-ui, sans-serif;

    --container-width: 1200px;
    --radius-xs: 10px;
    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 28px;

    --shadow-soft: 0 18px 60px rgba(15, 27, 39, 0.08);
    --shadow-panel: 0 18px 60px rgba(5, 13, 22, 0.20);

    --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;
}
