/* Light */
@font-face {
  font-family: 'Norms';
  src: url('../fonts/TTNormsPro-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Norms';
  src: url('../fonts/TTNormsPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Norms';
  src: url('../fonts/TTNormsPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
