:root {
    --paragraph__family: "Hind", "sans-serif";
    --paragraph__normal:  500;
    --paragraph__bold:    700;
    --headline__family:  "Patrick Hand SC", "cursive";
    --headline__weight:   400;

    --font-family-text: "Hind", sans-serif;
    --font-family-headline: "Patrick Hand SC", cursive;
    --font-weight-text-normal: 500;
    --font-weight-text-bold: 700;
    --font-weight-headline: 400;
}
@font-face {
    font-family: "Patrick Hand SC";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Patrick_Hand_SC_400.woff2");
}
@font-face {
    font-family: "Hind";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("fonts/Hind_500.woff2");
}
@font-face {
    font-family: "Hind";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("fonts/Hind_700.woff2");
}
