/**
* @license
*
* Font Family: Outfit
* Designed by: Rodrigo Fuenzalida
* URL: https://fonts.google.com/specimen/Outfit
*
* Outfit Thin
* Outfit ExtraLight
* Outfit Light
* Outfit Regular
* Outfit Medium
* Outfit SemiBold
* Outfit Bold
* Outfit ExtraBold
* Outfit Black
* Outfit Variable (Variable font)
*
*/
@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-Thin.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../static/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
* 'wght' (range from 100.0 to 900.0)
*/
@font-face {
    font-family: 'Outfit';
    src: url('../Outfit-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}