/* 400 medium */
@font-face {
  font-family: 'yu-gothic-medium';
  src:
    url('../fonts/yu-gothic-medium.woff2') format('woff2'),
    url('../fonts/yu-gothic-medium.woff') format('woff'),
    url('../fonts/yu-gothic-medium.ttf') format('truetype'),
    url('../fonts/yu-gothic-medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 700 Bold */
@font-face {
  font-family: 'yu-gothic-bold';
  src:
    url('../fonts/yu-gothic-bold.woff2') format('woff2'),
    url('../fonts/yu-gothic-bold.woff') format('woff'),
    url('../fonts/yu-gothic-bold.ttf') format('truetype'),
    url('../fonts/yu-gothic-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
