/*
 * Local font substitutions for the archived Bora Typekit kit.
 *
 * Original Adobe families:
 * - canada-type-gibson: clean body sans
 * - fields: soft bold editorial/display serif
 * - obviously-variable: wide rounded hero sans
 */
:root {
  --bora-body-font: "Avenir Next", "Gill Sans", "Helvetica Neue", Arial, sans-serif;
  --bora-editorial-font: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  --bora-hero-font: "Arial Rounded MT Bold", "Avenir Next", "Trebuchet MS", Arial, sans-serif;
}

.tk-canada-type-gibson,
.tk-obviously-variable,
.tk-fields {
  font-family: var(--bora-body-font);
}
