@font-face {
    font-family: SourceSerifPro;
    src: url(/fonts/SourceSerifPro-Bold.ttf);
}

@font-face {
    font-family: Effra_Corp_Rg;
    src: url(/fonts/Effra_Corp_Rg.ttf);
}

@font-face {
    font-family: Effra_Corp_Bd;
    src: url(/fonts/Effra_Corp_Bd.ttf);
}

@font-face {
    font-family: SourceSerifPro-Regular;
    src: url(/fonts/SourceSerifPro-Regular.ttf);
}

:root{
    --color1 : #FFFFFF;
    --color2 : #000000;
    --color3 : #00205B;
    --color4 : #07B2FA;
    --color5: #AAA;
    --color6: #007BFF;
    --color7: #FF0000;
    --color8: #0070D4;
    --font1: "SourceSerifPro";
    --font2: "Effra_Corp_Rg";
    --font3: "Effra_Corp_Bd";
    --font4: "SourceSerifPro-Regular";
}

*{
    margin: 0px;
    border:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: var(--font1);
}