:root {
  --marine: #1B2D6E;
  --blanc: #FFFFFF;
  --bleu-eau: #C8DFF0;
  --dore: #C9A84C;
  --fond: #F4F7FA;
  --texte: #0A0F1E;
  --texte-doux: #4A5568;
  --bordure: #DDE4EE;

  --fonte-titre: 'Montserrat', sans-serif;
  --fonte-corps: 'Lora', serif;
  --fonte-accent: 'Cormorant Garamond', serif;

  --nav-h: 72px;
  --section-v: 96px;
  --max-w: 1200px;
  --radius: 4px;
  --transition: 0.3s ease;
}
