@charset "UTF-8";

/* =========================================
   1. Import Google Fonts
   ========================================= */
/* Custom Local Fonts */
@font-face {
  font-family: "Palatino Regular";
  src: url("../fonts/palatino/palr45w.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* =========================================
   2. Font Family Variables
   ========================================= */
:root {
  /* Backup of old primary font: 
     --font-primary: Arial, Helvetica, sans-serif; 
  */
  --font-primary: "Palatino Regular";
}

/* =========================================
   3. Base Typography
   ========================================= */
body {
  font-family: var(--font-primary);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.site-title,
.banner-main-title,
.banner-sub-title {
  font-family: var(--font-primary) !important;
  font-weight: normal; /* Palatino Regular */
}

/* Specific Utilities */
.font-heading {
  font-family: var(--font-primary) !important;
}

.font-body {
  font-family: var(--font-primary) !important;
}
