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

    --font-family-text: "Poppins", sans-serif;
    --font-family-headline: "Merriweather", serif;
    --font-weight-text-normal: 300;
    --font-weight-text-bold: 500;
    --font-weight-headline: 400;
}
@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Merriweather_400.woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url("fonts/Poppins_300.woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("fonts/Poppins_500.woff2");
}
