@font-face{
  font-family: "DrukCyr";
  src:
    url("/assets/fonts/drukcyr-medium.woff2") format("woff2"),
    url("/assets/fonts/drukcyr-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ===== GothamPro ===== */
@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "GothamPro";
  src: url("/assets/fonts/gothampro_blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}