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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Roboto Slab', serif;
  
  --color-primary: #7F56D9;
  --color-primary-dark: #5629b9;
  --color-primary-light: #e5ddf7;
  --color-secondary: #b0ed2a;
  --color-text: #212529;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #e2e8f0;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 80px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2214566006286056rem;
  --spacing-sm: 0.4429132012572112rem;
  --spacing-md: 0.8858264025144224rem;
  --spacing-lg: 1.3287396037716335rem;
  --spacing-xl: 1.7716528050288447rem;
  --spacing-xxl: 3.100392408800478rem;
}
