/*
Theme Name: ProfiDental Theme
Theme URI: http://localhost:8080
Author: ProfiDental
Description: Custom WordPress theme for ProfiDental dental clinic.
Version: 1.0.0
Text Domain: profidental
*/

:root {
  /* Colors */
  --color-primary-navy: #0b1b2b;
  --color-primary-navy-dark: #05101c;
  --color-accent-gold: #c9a25c;
  --color-text-inverse: #f7f4ef;
  --color-text: #1a1a2e;
  --color-text-muted: #64748b;
  --color-text-primary: #0b1b2b;
  --color-text-secondary: #5b6672;
  --color-surface-secondary: #efeae1;
  --color-accent-gold-safe: #7c5f27;
  --color-bg: #f8f6f0;
  --color-bg-light: #ffffff;
  --color-border: #e2e8f0;

  /* Spacing */
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-96: 96px;
  --spacing-120: 120px;

  /* Border radius */
  --radius-s: 4px;
  --radius-m: 8px;
  --radius-l: 16px;
  --radius-full: 999px;

  /* Typography */
  --font-heading: 'Cormorant', Georgia, serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;

  /* Layout */
  --container-max: 1440px;
  --container-inner-max: 1312px;
  --container-padding-desktop: 64px;
  --container-padding-mobile: 20px;
  --header-height-desktop: 96px;
  --header-height-mobile: 76px;
}
