/* Spa Template (WO-FW-03) */

:root {
  --primary: #0891b2;
  --secondary: #9333ea;
  --accent: #f59e0b;
  --background: #f8fafc;
  --text: #1e293b;
  --text-light: #64748b;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background-color: var(--background);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

/* Add more styles as needed */
