@import url('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: #005A9C;
  --color-primary-dark: #004375;
  --color-primary-light: #d6edfe;
  --color-secondary: #ed7d2a;
  --color-text: #212529;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #dee2e6;
  --color-success: #16a34a;
  
  --max-width: 1320px;
  --header-height: 80px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.22412139333146142rem;
  --spacing-sm: 0.44824278666292283rem;
  --spacing-md: 0.8964855733258457rem;
  --spacing-lg: 1.3447283599887685rem;
  --spacing-xl: 1.7929711466516913rem;
  --spacing-xxl: 2.689456719977537rem;
}
