@import url('[https://fonts.googleapis.com/css2?family=](https://fonts.googleapis.com/css2?family=)Roboto:wght@300;400;500;700;800&family=Raleway:wght@400;600;700;800&display=swap');

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Raleway', serif;
  
  --color-primary: #556B2F;
  --color-primary-dark: #3f5023;
  --color-primary-light: #ecf2e2;
  --color-secondary: #722aed;
  --color-text: #1c1c1e;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 90px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.27592235727248365rem;
  --spacing-sm: 0.5518447145449673rem;
  --spacing-md: 1.1036894290899346rem;
  --spacing-lg: 1.655534143634902rem;
  --spacing-xl: 2.2073788581798692rem;
  --spacing-xxl: 3.8629130018147713rem;
}
