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

    --font-family-text: "Quicksand", sans-serif;
    --font-family-headline: "Quicksand", serif;
    --font-weight-text-normal: 300;
    --font-weight-text-bold: 400;
    --font-weight-headline: 500;
}
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("fonts/Quicksand_500.woff2");
}
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("fonts/Quicksand_300.woff2");
}
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Quicksand_400.woff2");
}
