:root, :before, :after, ::selection {
    --catch-game-base-font-size: 16px;
    --catch-game-base-line-height: 1.25em;
    --catch-game-container-width: 1440px;
    --catch-game-container-narrow-width: 426px;
    --catch-game-gutter-width: 30px;
    --catch-game-font-family-heading: 'Bagoss Medium';
    --catch-game-font-family-regular: 'Bagoss Regular';
    --catch-game-font-family-bold: 'Bagoss Medium';
    --catch-game-font-family-button: 'Bagoss Medium';
    --catch-game-color-primary: #045E51;
    --catch-game-color-secondary: #ff4380;
    --catch-game-color-tertiary: #d7ffd0;
    --catch-game-color-light: #D7FFD0;
    --catch-game-font-color-dark: #045E51;
    --catch-game-font-color-light: #ffffff;
    --catch-game-font-color-black: #000000;
}