/* Theme Name: WRR 2026 
Theme URI: https://motocykle.cool24.vot.pl 
Author: Coolbrand 
Author URI: https://marketingczarnecki.pl 
Description: Motyw dla strony WRR 2026 
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: my-custom-theme 
Tags: responsive, custom-colors, shop */

:root {
    --font-primary: "Space Grotesk", sans-serif;
    --font-secondary: "Inter", sans-serif;
    --color-primary: white;
    --color-accent: #0C0C0F;
    --color-default: #A68D86;
    --font-size-base: 16px;
    --font-size-lg: 50px;
    --font-weight-normal: 400;
    --font-weight-bold: 600;
    --border-radius: 8px;
    --transition-ease: 0.3s ease;
    --spacing-sm: 8px;
    --spacing-md: 15px;
    --spacing-lg: 20px;
    --spacing-xl: 30px;
    --max-width: 1280px;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #0C0C0F;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

