/*
 Theme Name:   Pawspital
 Theme URI:    https://eoshealthcaremarketing.com/
 Description:  Pawspital — EOS Divi 5 child theme.
 Author:       EOS Healthcare Marketing
 Author URI:   https://eoshealthcaremarketing.com/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  pawspital
*/


:root {

  /* Fonts — self-hosted; @font-face in css/typography.css */
  --font-geist          : "Geist", sans-serif;
  --font-source-sans-3  : "Source Sans 3", sans-serif;

  /* Colors */
  --primary-red   : #F13209;
  --hero-red      : #EC2E05;
  --medium-red    : #E42800;
  --darker-red    : #D32500;
  --dark-blue     : #24323F;
  --light-blue    : #DCF0F5;
  --lighter-blue  : #EBF7FA;
  --lightest-blue : #FBFEFF;
  --black         : #000000;
  --off-white     : #FEFEFE;
  --white         : #FFFFFF;

  /* Cream — from the Figma button styles */
  --cream         : #FFF5EC;

}
