/*
Theme Name: Flore Virtudazo Redesign
Theme URI: https://florevirtudazo.pro
Template: hello-elementor
Author: Flore Virtudazo
Description: Child theme carrying the redesign's fonts and colors for florevirtudazo.pro. Deliberately contains no blog/post/archive templates, so every blog page keeps rendering from the parent theme exactly as it does today. Page layouts are still built in Elementor.
Version: 1.0.0
Text Domain: florevirtudazo-redesign
*/

:root{
  --fv-navy:#1A1A2E;
  --fv-teal:#1A7A6E;
  --fv-teal-light:#22A090;
  --fv-teal-tint:#D0EEEA;
  --fv-border:#DDE8E6;
  --fv-body:#555555;
  --fv-muted:#888888;
  --fv-white:#FFFFFF;
  --fv-font-heading:'DM Serif Display', serif;
  --fv-font-body:'DM Sans', sans-serif;
}

body{ font-family: var(--fv-font-body); }
h1,h2,h3,.fv-heading{ font-family: var(--fv-font-heading); }
a{ color: var(--fv-teal); }
a:hover{ color: var(--fv-teal-light); }
