/* 
  Marmoraria Osako - Design System 
*/

:root {
  --primary: #000000;
  --accent: #C9A84C;
  --background: #f9f9f9;
  --surface: #ffffff;
  --text-dark: #1a1c1c;
  --text-light: #ffffff;
}

/* Custom Utilities */
.text-drama {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.text-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* WhatsApp Float */
.whatsapp-float {
  background-color: #25D366;
}