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

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