/* static fonts */
@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/Barlow_Condensed/BarlowCondensed-Black.ttf") format("truetype");
}
