@font-face {
  font-family: 'TT Norms Pro';
  src: url('/assets/fonts/TT-Norms-Pro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
  font-family: 'TT Norms Pro', Arial, Helvetica, sans-serif;
}
