:root {
    --paragraph__family: "Barlow", "sans-serif";
    --paragraph__normal:  400;
    --paragraph__bold:    600;
    --headline__family:  "Yanone Kaffeesatz", "sans-serif";
    --headline__weight:   500;

    --font-family-text: "Barlow", sans-serif;
    --font-family-headline: "Yanone Kaffeesatz", sans-serif;
    --font-weight-text-normal: 400;
    --font-weight-text-bold: 600;
    --font-weight-headline: 500;
}
@font-face {
    font-family: "Yanone Kaffeesatz";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("fonts/Yanone_Kaffeesatz_500.woff2");
}
@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Barlow_400.woff2");
}
@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url("fonts/Barlow_600.woff2");
}
