/*
 * Localized from the original Adobe Typekit kit used by georgesoros.com.
 * Families:
 * - chaparral-pro
 * - freight-sans-pro
 */

@font-face {
  font-family: "chaparral-pro";
  src:
    url("./fonts/typekit/chaparral-pro-400-normal.woff2") format("woff2"),
    url("./fonts/typekit/chaparral-pro-400-normal.woff") format("woff"),
    url("./fonts/typekit/chaparral-pro-400-normal.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "chaparral-pro";
  src:
    url("./fonts/typekit/chaparral-pro-400-italic.woff2") format("woff2"),
    url("./fonts/typekit/chaparral-pro-400-italic.woff") format("woff"),
    url("./fonts/typekit/chaparral-pro-400-italic.otf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "chaparral-pro";
  src:
    url("./fonts/typekit/chaparral-pro-700-normal.woff2") format("woff2"),
    url("./fonts/typekit/chaparral-pro-700-normal.woff") format("woff"),
    url("./fonts/typekit/chaparral-pro-700-normal.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "chaparral-pro";
  src:
    url("./fonts/typekit/chaparral-pro-700-italic.woff2") format("woff2"),
    url("./fonts/typekit/chaparral-pro-700-italic.woff") format("woff"),
    url("./fonts/typekit/chaparral-pro-700-italic.otf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "freight-sans-pro";
  src:
    url("./fonts/typekit/freight-sans-pro-400-normal.woff2") format("woff2"),
    url("./fonts/typekit/freight-sans-pro-400-normal.woff") format("woff"),
    url("./fonts/typekit/freight-sans-pro-400-normal.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "freight-sans-pro";
  src:
    url("./fonts/typekit/freight-sans-pro-400-italic.woff2") format("woff2"),
    url("./fonts/typekit/freight-sans-pro-400-italic.woff") format("woff"),
    url("./fonts/typekit/freight-sans-pro-400-italic.ttf") format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "freight-sans-pro";
  src:
    url("./fonts/typekit/freight-sans-pro-700-normal.woff2") format("woff2"),
    url("./fonts/typekit/freight-sans-pro-700-normal.woff") format("woff"),
    url("./fonts/typekit/freight-sans-pro-700-normal.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "freight-sans-pro";
  src:
    url("./fonts/typekit/freight-sans-pro-700-italic.woff2") format("woff2"),
    url("./fonts/typekit/freight-sans-pro-700-italic.woff") format("woff"),
    url("./fonts/typekit/freight-sans-pro-700-italic.ttf") format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

.tk-chaparral-pro {
  font-family: "chaparral-pro", serif;
}

.tk-freight-sans-pro {
  font-family: "freight-sans-pro", sans-serif;
}
