:root {
    --paragraph__family: "Roboto", "sans-serif";
    --paragraph__normal:  400;
    --paragraph__bold:    700;
    --headline__family:  "Fira Sans", "sans-serif";
    --headline__weight:   500;

    --font-family-text: "Roboto", sans-serif;
    --font-family-headline: "Fira Sans", sans-serif;
    --font-weight-text-normal: 400;
    --font-weight-text-bold: 700;
    --font-weight-headline: 500;
}
@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("fonts/Fira_Sans_500.woff2");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Roboto_400.woff2");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("fonts/Roboto_700.woff2");
}
