@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/Raleway/Raleway-Variable.ttf') format('truetype-variations');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/Raleway/Raleway-Italic-Variable.ttf') format('truetype-variations');
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.5em 0;
}

:is(button) {
    font-weight: 600;
}

[draft] {
    color: red;
}