:root {
    --color-background: #F8F7F4;
    --color-text: #222222;
    --color-accent: #B89F5D;
    --color-secondary: #4A5568;
    --font-heading: 'NAMU-Pro', sans-serif;
    --font-body: 'NAMU-Pro', sans-serif;
    --container-width: 1200px;
    --spacing-unit: 8px;
    --transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}