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

    --font-family-text: "Montserrat", sans-serif;
    --font-family-headline: "Montserrat", sans-serif;
    --font-weight-text-normal: 300;
    --font-weight-text-bold: 700;
    --font-weight-headline: 400;
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Montserrat_400.woff2");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("fonts/Montserrat_300.woff2");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("fonts/Montserrat_700.woff2");
}
