:root {
    --fill: hsl(0, 0%, 75%);
    --stroke_width: 6;
}

@font-face {
    font-family: 'h1-h2';
    src: url(/static/font/roboto-h.woff2);
}

* {
    font-size: 16px;
    color: hsl(0, 0%, 24%);
    font-family: 'h1-h2';
    margin: 0;
    padding: 0;
}