/* clients/maust/css/variables.css */
:root {
  /* Colors */
  --bg:           #2C1A0E;
  --bg-dark:      #1A0E07;
  --bg-card:      #361E10;
  --accent:       #C4A06A;
  --accent-light: #D4B87A;
  --red:          #8B3A1A;
  --red-hover:    #A04420;
  --text:         #F2D9A2;
  --text-muted:   #C4A06A;
  --text-subtle:  rgba(242, 217, 162, 0.55);
  --border:       rgba(196, 160, 106, 0.18);
  --green-egg:    #A8C89A;
  --overlay:      rgba(26, 14, 7, 0.55);

  /* Typography */
  --font-display: 'EB Garamond', Georgia, serif;
  --font-body:    'Figtree', system-ui, sans-serif;

  /* Spacing scale */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Layout */
  --container-max: 1100px;
  --header-h:      72px;
  --radius-sm:     4px;
  --radius:        8px;
  --radius-lg:     14px;

  /* Transitions */
  --transition: 200ms ease;
  --transition-slow: 400ms ease;
}
