/* ==============================================
   JOST - LIGHT (300)
   ============================================== */
   @font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Light.woff2') format('woff2'),
         url('../fonts/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ==============================================
   JOST - BOOK / REGULAR (400)
   ============================================== */
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Book.woff2') format('woff2'),
         url('../fonts/Jost-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ==============================================
   JOST - MEDIUM (500)
   ============================================== */
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'),
         url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ==============================================
   JOST - SEMIBOLD (600)
   ============================================== */
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Semi.woff2') format('woff2'),
         url('../fonts/Jost-Semi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ==============================================
   JOST - BOLD (700)
   ============================================== */
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.woff2') format('woff2'),
         url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}