/*
Theme Name: Zevida
Theme URI: https://zevida.co.uk
Author: Mobeen
Description: A high-end, monochrome fashion-magazine aesthetic WooCommerce theme for Zevida Fragrances.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: zevida
*/

/* Core CSS is loaded via Tailwind CDN in header for this prototype, but here standard CSS can be added. */
:root {
  --color-brand-background: #ffffff;
  --color-brand-foreground: #000000;
}

body {
  background-color: var(--color-brand-background);
  color: var(--color-brand-foreground);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.font-serif {
  font-family: 'Playfair Display', serif;
}
