@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: #FFC700;
  --color-primary-dark: #bf9500;
  --color-primary-light: #fef6d6;
  --color-secondary: #2a55ed;
  --color-text: #2c3e50;
  --color-text-muted: #6b7280;
  --color-background: #ffffff;
  --color-surface: #f5f5f5;
  --color-border: #dee2e6;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 75px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.21873138003285092rem;
  --spacing-sm: 0.43746276006570184rem;
  --spacing-md: 0.8749255201314037rem;
  --spacing-lg: 1.3123882801971054rem;
  --spacing-xl: 1.7498510402628074rem;
  --spacing-xxl: 3.4997020805256147rem;
}
