/* ==========================================================================
   1. FONTE INTER (Versão v20 Local)
   Caminho: public/fonts/inter-v20-latin-*.woff2
   ========================================================================== */

/* Thin (100) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-100.woff2") format("woff2");
}

/* Extra Light (200) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-200.woff2") format("woff2");
}

/* Light (300) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-300.woff2") format("woff2");
}

/* Regular (400) - Note que o arquivo se chama 'regular' e não '400' */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
}

/* Medium (500) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-500.woff2") format("woff2");
}

/* Semi Bold (600) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-600.woff2") format("woff2");
}

/* Bold (700) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
}

/* Extra Bold (800) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-800.woff2") format("woff2");
}

/* Black (900) */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/inter-v20-latin-900.woff2") format("woff2");
}

/* ==========================================================================
   2. MATERIAL SYMBOLS (Ícones Locais)
   Certifique-se de ter o arquivo 'material-symbols.woff2' na pasta fonts
   ========================================================================== */

@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 400; /* Peso normal dos ícones */
    src: url("../fonts/material-symbols.ttf") format("truetype");
    font-display: block;
}

/* Classe utilitária para usar os ícones */
.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Tamanho padrão */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
