/* Inter */

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf") format("woff2-variations");
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter/Inter-Italic-VariableFont_opsz\,wght.ttf") format("woff2-variations");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/*Oswald*/

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

/* Font Awesome 7 Brands */

@font-face {
    font-family: 'fa-brands-400';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: 'fa-regular-400';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: 'fa-solid-900';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: 'fa-v4compatibility';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/webfonts/fa-v4compatibility.woff2") format("woff2");
}