/**
 * Clean Theme — Fontes auto-hospedadas
 * Extraídas do tema Medibazar (KlbTheme) + Google Fonts (latin).
 *
 * Fonte principal ........ "Cerebri Sans"  (títulos, UI e corpo)
 * Fonte alternativa ...... "Poppins"       (display / destaques)
 * Fonte de leitura ....... "Roboto"        (textos longos)
 * Ícones ................. "Flaticon"      (glyphs do tema original)
 *
 * As URLs usam theme_file_uri() interpolado no enqueue; aqui os caminhos
 * são relativos a /assets/css/ para funcionar também via @import direto.
 */

/* ------------------------------------------------------------------ *
 * Cerebri Sans — fonte de marca (extraída do Medibazar)
 * ------------------------------------------------------------------ */
@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Regular.woff2") format("woff2"),
         url("../fonts/CerebriSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Medium.woff2") format("woff2"),
         url("../fonts/CerebriSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-SemiBold.woff2") format("woff2"),
         url("../fonts/CerebriSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Bold.woff2") format("woff2"),
         url("../fonts/CerebriSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-ExtraBold.woff2") format("woff2"),
         url("../fonts/CerebriSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Heavy.woff2") format("woff2"),
         url("../fonts/CerebriSans-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------------ *
 * Poppins — display / destaques (latin)
 * ------------------------------------------------------------------ */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-300.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-800.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------------ *
 * Roboto — leitura de textos longos (variable, latin)
 * ------------------------------------------------------------------ */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------------ *
 * Flaticon — glyphs de ícone do tema original
 * ------------------------------------------------------------------ */
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.woff2") format("woff2"),
         url("../fonts/Flaticon.woff") format("woff"),
         url("../fonts/Flaticon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.fi:before,
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
