/* === NeutraText Light (300) === */
@font-face {
  font-family: 'NeutraText';
  src: url('NeutraText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* === NeutraText Regular / Book (400) === */
@font-face {
  font-family: 'NeutraText';
  src: url('NeutraText-Book.woff2') format('woff2'),
       url('NeutraText-Book.woff') format('woff'),
       url('NeutraText-Book.ttf') format('truetype'),
       url('NeutraText-Book.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === NeutraText Medium (500) === */
@font-face {
  font-family: 'NeutraText';
  src: url('NeutraText-Alt.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
