:root {
    --paragraph__family: "Catamaran", "sans-serif";
    --paragraph__normal:  400;
    --paragraph__bold:    700;
    --headline__family:  "Bebas Neue", "cursive";
    --headline__weight:   400;

    --font-family-text: "Catamaran", sans-serif;
    --font-family-headline: "Bebas Neue", cursive;
    --font-weight-text-normal: 400;
    --font-weight-text-bold: 700;
    --font-weight-headline: 400;
}
@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Bebas_Neue_400.woff2");
}
@font-face {
    font-family: "Catamaran";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Catamaran_400.woff2");
}
@font-face {
    font-family: "Catamaran";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("fonts/Catamaran_700.woff2");
}
