/* TT Supermolot Neue Font Family */

/* Regular */
@font-face {
  font-family: 'Supermolot';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial Regular.ttf') format('truetype');
}

/* Medium */
@font-face {
  font-family: 'Supermolot';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial Medium.ttf') format('truetype');
}

/* DemiBold */
@font-face {
  font-family: 'Supermolot';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial DemiBold.ttf') format('truetype');
}

/* Bold */
@font-face {
  font-family: 'Supermolot';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial Bold.ttf') format('truetype');
}

/* ExtraBold */
@font-face {
  font-family: 'Supermolot';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial ExtraBold.ttf') format('truetype');
}

/* Black */
@font-face {
  font-family: 'Supermolot';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial Black.ttf') format('truetype');
}

/* Italic variants */
@font-face {
  font-family: 'Supermolot';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Supermolot';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/supermolot/TT Supermolot Neue Trial Bold Italic.ttf') format('truetype');
}
