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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Quicksand', serif;
  
  --color-primary: #2A3B8F;
  --color-primary-dark: #1f2c6b;
  --color-primary-light: #dfe3f5;
  --color-secondary: #edcc2a;
  --color-text: #212529;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 85px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2166237995446843rem;
  --spacing-sm: 0.4332475990893686rem;
  --spacing-md: 0.8664951981787372rem;
  --spacing-lg: 1.299742797268106rem;
  --spacing-xl: 1.7329903963574744rem;
  --spacing-xxl: 2.599485594536212rem;
}
