/* CONFIGURAÇÃO DE VARIÁVEIS E FONTES */

:root {
    --blueDark: #2B78EE;
    --blue: #378AFD;
    --red: #F7276E;
    --yellow: #FABD34;
    --green: #36CC88;
    --black: #273341;
    --dark: #485C71;
    --gray: #D3E5F0;
    --white: #FFF;
    --background1: #F3FBFF;
    --background2: #E7F3FA;
}

@font-face {
    font-family: "font-thin";
    src: url('./assets/dist/font/SVN-Gilroy-Thin.ttf') format("opentype");
}

@font-face {
    font-family: "font-light";
    src: url('./assets/dist/font/SVN-Gilroy-Light.ttf') format("opentype");
}

@font-face {
    font-family: "font-regular";
    src: url('./assets/dist/font/SVN-Gilroy-Regular.ttf') format("opentype");
}

@font-face {
    font-family: "font-italic";
    src: url('./assets/dist/font/SVN-Gilroy-Italic.ttf') format("opentype");
}

@font-face {
    font-family: "font-medium";
    src: url('./assets/dist/font/SVN-Gilroy-Medium.ttf') format("opentype");
    
}

@font-face {
    font-family: "font-semiBold";
    src: url('./assets/dist/font/SVN-Gilroy-SemiBold.ttf') format("opentype");
}

@font-face {
    font-family: "font-bold";
    src: url('./assets/dist/font/SVN-Gilroy-Bold.ttf') format("opentype");
}

@font-face {
    font-family: "font-black";
    src: url('./assets/dist/font/SVN-Gilroy-Black.ttf') format("opentype");
}