:root {
    --font-main: 'Inter Variable', sans-serif;
    --font-accent: 'Press Start 2P', fantasy;
    --weight-main: 410;
    --weight-h2: 715;
    --weight-decorated-item: 400;
    --font-color: #000;
    --content-width: clamp(23.4375rem, 100vw, 43.75rem);
    --border-color: #000;
    --shadow-color: #000;
    --background-color: #fff;
    --page-background:
        repeating-linear-gradient(
            to right,
            #d3d3d3,
            #d3d3d3 2px,
            transparent 2px,
            transparent 4px
        ),
        repeating-linear-gradient(
            to bottom,
            #d3d3d3,
            #d3d3d3 2px,
            transparent 2px,
            transparent 4px
        ),
        linear-gradient(
            to bottom,
            #e7e7e7 0.01%,
            #1a1a1a 100%
        );
    --contour-svg: #000;
    --animation-fill-color: #FF0000;
}