:root {
    --paragraph__family: "Lato", "sans-serif";
    --paragraph__normal:  300;
    --paragraph__bold:    700;
    --headline__family:  "Titillium Web", "serif";
    --headline__weight:   300;

    --font-family-text: "Lato", sans-serif;
    --font-family-headline: "Titillium Web", serif;
    --font-weight-text-normal: 300;
    --font-weight-text-bold: 700;
    --font-weight-headline: 300;
}
@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("fonts/Titillium_Web_300.woff2");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("fonts/Lato_300.woff2");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("fonts/Lato_700.woff2");
}
