:root {
    --white: #ffffff;
    --black: #1a1a1a;
    --red: #dc2626;
    --palered: #e76868;
    /* Coffee theme  */
    --coffee-cream: #d9c8b4;
    --coffee-light: #f2ede5;
    --coffee: #eee9e1;
    --coffee-dark: #e6dfd5;
    --green: #075e54;
    --lk-blue: #0072b1;
    --g-blue: #4285f4;
    --bsky-blue: #1083fe;
    --grey-100: #f7f7f7;
    --grey-200: #e5e5e5;
    --grey-300: #d4d4d4;
    --grey-400: #a3a3a3;
    --grey-500: #737373;
    --grey-600: #525252;
    --grey-700: #404040;
    --grey-800: #262626;
    --grey-900: #171717;
    --btn-color: currentColor;
    --ff-serif: "Playfair Display", Georgia, serif;
    --ff-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-lg: 1.125rem;
    --container-width: 1200px;
    --grid-gap: 2rem;
    --section-gap: 4rem;
    --header-height: 7rem;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 25px rgba(0, 0, 0, 0.2);
    --transition-fast: 0.15s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-color: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    --transition-transform: transform 0.3s ease;
    --transition-opacity: opacity 0.3s ease;
    --modal-close-offset: -50px;
    --modal-close-size: 2rem;
}