@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: #D97706;
  --color-primary-dark: #a25904;
  --color-primary-light: #fdebd7;
  --color-secondary: #2a85ed;
  --color-text: #1a1a1a;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 70px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.2514916683651505rem;
  --spacing-sm: 0.502983336730301rem;
  --spacing-md: 1.005966673460602rem;
  --spacing-lg: 1.5089500101909032rem;
  --spacing-xl: 2.011933346921204rem;
  --spacing-xxl: 3.0179000203818065rem;
}
