:root {
    --paragraph__family: "Roboto", "sans-serif";
    --paragraph__normal:  300;
    --paragraph__bold:    700;
    --headline__family:  "Roboto Slab", "serif";
    --headline__weight:   300;

    --font-family-text: "Roboto", sans-serif;
    --font-family-headline: "Roboto Slab", serif;
    --font-weight-text-normal: 300;
    --font-weight-text-bold: 700;
    --font-weight-headline: 300;
}
@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("fonts/Roboto_Slab_300.woff2");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("fonts/Roboto_300.woff2");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("fonts/Roboto_700.woff2");
}
