/* Global font declarations loaded across the site */
@font-face {
  font-family: "Chronicle Display";
  src: url("./chronicle-display/Chronicle-Display-Roman.woff2") format("woff2"),
    url("./chronicle-display/Chronicle-Display-Roman.woff") format("woff"),
    url("./chronicle-display/Chronicle-Display-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chronicle Display";
  src: url("./chronicle-display/Chronicle-Display-Semibold.woff2")
      format("woff2"),
    url("./chronicle-display/Chronicle-Display-Semibold.woff") format("woff"),
    url("./chronicle-display/Chronicle-Display-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./gilroy/Gilroy-Bold.woff2") format("woff2"),
    url("./gilroy/Gilroy-Bold.woff") format("woff"),
    url("./gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./gotham/Gotham-Thin.woff2") format("woff2"),
    url("./gotham/Gotham-Thin.woff") format("woff"),
    url("./gotham/Gotham-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./gotham/Gotham-Book.woff2") format("woff2"),
    url("./gotham/Gotham-Book.woff") format("woff"),
    url("./gotham/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./gotham/Gotham-Medium.woff2") format("woff2"),
    url("./gotham/Gotham-Medium.woff") format("woff"),
    url("./gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./gotham/Gotham-Bold.woff2") format("woff2"),
    url("./gotham/Gotham-Bold.woff") format("woff"),
    url("./gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
