/* ==========================================================================
   TOPPERWORK - GLOBAL FONT LOADER
   ========================================================================== */

/* --------------------------------------------------------------------------
   Nunito Sans
   -------------------------------------------------------------------------- */

@font-face {
    font-family: "Nunito Sans";
    src: url("/assets/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf")
         format("truetype");
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
}


/* --------------------------------------------------------------------------
   Roboto
   -------------------------------------------------------------------------- */

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto-VariableFont_wdth,wght.ttf")
         format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}