/* ==========================================================================
  Flat Web Fonts
========================================================================== */

@font-face {
    font-family: "JF Flat Light";
    src: url('../fonts/jf_flat_light/JF-Flat-light.woff') format('woff'),
    url('../fonts/jf_flat_light/JF-Flat-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/jf_flat_light/JF-Flat-regular.woff') format('woff'),
    url('../fonts/jf_flat_light/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "JF Flat Medium";
    src: url('../fonts/jf_flat_light/JF-Flat-medium.woff') format('woff'),
    url('../fonts/jf_flat_light/JF-Flat-medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
