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

/* Theme */
:root {
  --font-primary: 'PT Sans', sans-serif;
  --font-secondary: 'PT Serif', serif;
  
  --color-primary: #CCFF00;
  --color-primary-dark: #98bf00;
  --color-primary-light: #f6fed6;
  --color-secondary: #512aed;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #fafafa;
  --color-surface: #f8f9fa;
  --color-border: #e2e8f0;
  --color-success: #10b981;
  
  --max-width: 1140px;
  --header-height: 70px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.26384727139949266rem;
  --spacing-sm: 0.5276945427989853rem;
  --spacing-md: 1.0553890855979706rem;
  --spacing-lg: 1.583083628396956rem;
  --spacing-xl: 2.1107781711959412rem;
  --spacing-xxl: 4.2215563423918825rem;
}
