/* CSS Variables - defaults (Memphis) */
:root {
    --primary: #e8879f;
    --secondary: #4db8a8;
    --accent: #f5d76e;
    --background: #faf8f5;
    --surface: #fffef7;
    --text: #1a1a2e;
    --text-muted: #6b6b7b;
    --border-width: 3px;
    --border-radius: 12px;
    --shadow-offset-x: 4px;
    --shadow-offset-y: 4px;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
}
