/* Local Font Definitions */

/* Texas Tango Font for Main Headings */
@font-face {
  font-family: "Texas Tango";
  src: url("../fonts/texas_tango/TEXAT BOLD PERSONAL USE___.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Texas Tango";
  src: url("../fonts/texas_tango/TEXAT BOLD PERSONAL USE___.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Wild Bandit Serif Font for Body Text */
@font-face {
  font-family: "Wild Bandit Serif";
  src: url("../fonts/wild_bandit/Wild Bandit Serif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wild Bandit Serif";
  src: url("../fonts/wild_bandit/Wild Bandit Serif Italic.ttf")
    format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
