/* Served statically from public/fonts, avoids bundler path resolution */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Thin.woff2') format('woff2'),
       url('fonts/TT_Norms_Pro_Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Thin_Italic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Light_Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Regular.woff2') format('woff2'),
       url('fonts/TT_Norms_Pro_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Medium.woff2') format('woff2'),
       url('fonts/TT_Norms_Pro_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Medium_Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Bold.woff2') format('woff2'),
       url('fonts/TT_Norms_Pro_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Bold_Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Extra_Bold_Italic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Black_Italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Extra_Black.woff2') format('woff2');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('fonts/TT_Norms_Pro_Extra_Black_Italic.woff2') format('woff2');
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}


