/* Fonts served from /public/fonts to match preload */
@font-face {
  font-family: "GothamPro";
  src: url("./GothamPro.woff2") format("woff2"), url("./GothamPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamPro";
  src: url("./GothamPro-Light.woff2") format("woff2"), url("./GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "GothamPro";
  src: url("./GothamPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Konkord";
  src: url("./Konkord.woff2") format("woff2"), url("./konkord.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
