:root, :before, :after, ::selection {
    --videogame-base-font-size: 16px;
    --videogame-base-line-height: 1.25em;
    --videogame-container-width: 1440px;
    --videogame-container-narrow-width: 406px;
    --videogame-container-ultra-narrow-width: 277px;
    --videogame-gutter-width: 30px;
    --videogame-font-family-heading: 'Jeko';
    --videogame-font-family-regular: 'Texta-Book';
    --videogame-font-family-bold: 'Texta';
    --videogame-font-family-button: 'Jeko';
    --videogame-color-primary: #3C0019;
    --videogame-color-secondary: #FF2D00;
    --videogame-color-tertiary: #d7ffd0;
    --videogame-color-light: #EDE1D1;
    --videogame-font-color-dark: #3d4246;
    --videogame-font-color-light: #ffffff;
    --videogame-font-color-black: #000000;
}