/*
Theme Name: RJT Donovan
Author: Jane Taubman
Description: Customise colours and fonts.
Version: 1.0
Template: donovan

This is the child theme for Donovan theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
:root {
  /* Core palette */
  --primary-color: #2F5D73;      /* Journey (teal) */
  --secondary-color: #6A8F6B;    /* Rest (sage) */
  --tertiary-color: #1F3D4A;     /* Depth */

  --accent-color: #D4A35F;       /* Tell (gold) */
  --highlight-color: #EBD5A1;

  /* Backgrounds */
  --page-background-color: #FAFAF8;
  --light-gray-color: #F4F7F4;

  /* Text */
  --text-color: #1F3D4A;
  --medium-text-color: #5f6f73;
  --light-text-color: rgba(31, 61, 74, 0.5);

  /* Links + Buttons */
  --link-color: #2F5D73;
  --button-color: #D4A35F;
  --button-text-color: #ffffff;
  --button-hover-color: #b88a4a;

  /* Navigation */
  --navi-color: #2F5D73;
  --navi-text-color: #ffffff;
  --navi-hover-text-color: rgba(255,255,255,0.7);

  /* Submenu */
  --submenu-color: #6A8F6B;
  --submenu-text-color: #ffffff;

  /* Titles */
  --title-color: #1F3D4A;
  --widget-title-color: #2F5D73;

  /* Footer */
  --footer-color: #1F3D4A;
  --footer-text-color: #ffffff;

  /* Typography */
  --title-font: 'Playfair Display', serif;
  --navi-font: 'Playfair Display', serif;
  --widget-title-font: 'Playfair Display', serif;
  --text-font: 'Inter', sans-serif;
  --title-font-weight: 500;
}