/* Otimizações de fontes para melhor performance */
@font-face {
    font-family: "flaticon_reland";
    src: url("../fonts/flaticon_reland.eot");
    src: url("../fonts/flaticon_reland.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flaticon_reland.woff2") format("woff2"),
    url("../fonts/flaticon_reland.woff") format("woff"),
    url("../fonts/flaticon_reland.ttf") format("truetype"),
    url("../fonts/flaticon_reland.svg#flaticon_reland") format("svg");
    font-display: swap;
}

/* Otimização para fontes do sistema */
body {
    font-display: swap;
}

/* Preload das fontes mais críticas */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins Regular"), local("Poppins-Regular");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold");
}
