:root {
    --paragraph__family: "Inter", "sans-serif";
    --paragraph__normal:  400;
    --paragraph__bold:    600;
    --headline__family:  "Inter", "sans-serif";
    --headline__weight:   400;

    --font-family-text: "Inter", sans-serif;
    --font-family-headline: "Inter", sans-serif;
    --font-weight-text-normal: 400;
    --font-weight-text-bold: 600;
    --font-weight-headline: 400;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Inter_400.woff2");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Inter_400.woff2");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url("fonts/Inter_600.woff2");
}
