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

/* Theme */
:root {
  --font-primary: 'Open Sans', sans-serif;
  --font-secondary: 'Oswald', serif;
  
  --color-primary: #F43F5E;
  --color-primary-dark: #d90c2f;
  --color-primary-light: #fcd8de;
  --color-secondary: #2aedcc;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #28a745;
  
  --max-width: 1140px;
  --header-height: 75px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2523135524553197rem;
  --spacing-sm: 0.5046271049106394rem;
  --spacing-md: 1.009254209821279rem;
  --spacing-lg: 1.5138813147319183rem;
  --spacing-xl: 2.018508419642558rem;
  --spacing-xxl: 3.0277626294638367rem;
}
