/* OLD */

@font-face {
  font-family: 'MTSans-BoldCondensed';
  font-style: normal;
  font-weight: 800;
  src: url('./MTSans-BoldCondensed.woff2') format('woff2');
}

@font-face {
  font-family: 'MTSans-RegularCondensed';
  font-style: normal;
  font-weight: 400;
  src: url('./MTSans-RegularCondensed.woff2') format('woff2');
}

/* OLD */

@font-face {
  font-family: 'MTSans BlackCondensed';
  src: url('./MTSans-BlackCondensed.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MTSans BlackExtended';
  src: url('./MTSans-BlackExtended.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MTSans Bold';
  src: url('./MTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MTSans BoldCondensed';
  src: url('./MTSans-BoldCondensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MTSans LightCondensed';
  src: url('./MTSans-LightCondensed.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MTSans RegularCondensed';
  src: url('./MTSans-RegularCondensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MTSans ThinCondensed';
  src: url('./MTSans-ThinCondensed.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}