/* ASICS Font 30 - Regular */
@font-face {
  font-family: 'ASICSFont30';
  src: url('ASICSFont30-Regular.woff2') format('woff2'),
       url('ASICSFont30-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ASICS Font 30 - Italic */
@font-face {
  font-family: 'ASICSFont30';
  src: url('ASICSFont30-Italic.woff2') format('woff2'),
       url('ASICSFont30-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ASICS Font 30 - Bold */
@font-face {
  font-family: 'ASICSFont30';
  src: url('ASICSFont30-Bold.woff2') format('woff2'),
       url('ASICSFont30-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ASICS Font 30 - Bold Italic */
@font-face {
  font-family: 'ASICSFont30';
  src: url('ASICSFont30-BoldItalic.woff2') format('woff2'),
       url('ASICSFont30-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/*
    ASICSFont30 [Regular-400]
    ASICSFont30 [Italic-400]
    ASICSFont30 [Bold-700]
    ASICSFont30 [BoldItalic-700]
*/