@font-face {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 300;
  src: local("TT Norms Pro Light"),
    url("/assets/fonts/TT_Norms_Pro/TT_Norms_Pro_Light.woff") format("woff");
}

@font-face {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: normal;
  src: local("TT Norms Pro Regular"),
    url("/assets/fonts/TT_Norms_Pro/TT_Norms_Pro_Regular.woff") format("woff");
}

@font-face {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: 500;
  src: local("TT Norms Pro Medium"),
    url("/assets/fonts/TT_Norms_Pro/TT_Norms_Pro_Medium.woff") format("woff");
}

@font-face {
  font-family: "TT Norms Pro";
  font-style: normal;
  font-weight: bold;
  src: local("TT Norms Pro Bold"),
    url("/assets/fonts/TT_Norms_Pro/TT_Norms_Pro_Bold.woff") format("woff");
}

@font-face {
  font-family: "TT Norms Pro";
  font-style: italic;
  font-weight: normal;
  src: local("TT Norms Pro Italic"),
    url("/assets/fonts/TT_Norms_Pro/TT_Norms_Pro_Italic.woff") format("woff");
}

@font-face {
  font-family: "TT Norms Pro";
  font-style: italic;
  font-weight: 500;
  src: local("TT Norms Pro Medium Italic"),
    url("/assets/fonts/TT_Norms_Pro/TT_Norms_Pro_Medium_Italic.woff") format("woff");
}

@font-face {
  font-family: "TT Norms Pro";
  font-style: italic;
  font-weight: bold;
  src: local("TT Norms Pro Bold Italic"),
    url("/assets/fonts/TT_Norms_Pro/TT_Norms_Pro_Bold_Italic.woff") format("woff");
}
