/**
 * MF Collection — global design tokens
 */
:root {
    --white: #ffffff;
    --black: #0a0a0a;
    --off-white: #fafaf8;
    --light-gray: #f0efed;
    --mid-gray: #c8c5be;
    --dark-gray: #4a4a4a;
    --accent: #1a1a1a;
    --accent-red: #e63946;
    --lux-gold: #b08d57;
    --gold: #b8924a;
    --gold-dark: #9a7a3a;
    --transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', sans-serif;
}
