@import url('[https://fonts.googleapis.com/css2?family=](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: #C5A465;
  --color-primary-dark: #a27f3d;
  --color-primary-light: #f3ede1;
  --color-secondary: #2a6ded;
  --color-text: #212529;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 75px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2377261104596073rem;
  --spacing-sm: 0.4754522209192146rem;
  --spacing-md: 0.9509044418384291rem;
  --spacing-lg: 1.4263566627576436rem;
  --spacing-xl: 1.9018088836768583rem;
  --spacing-xxl: 3.328165546434502rem;
}
