/* FONTS */

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf');
}

@font-face {
    font-family: 'SourceSans3';
    src: url('./fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf');
}

/* BODY */

body {
    background-color: #01001b;
    color:#555555;

    font: normal 18px 'SourceSans3';
    line-height: 1.5em;
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 0%;
}

p {
    font: normal 18px 'SourceSans3';
}