@charset "UTF-8"; 

/* ONE Mobile Gothic */
@font-face {
  font-family:'OnemobileG';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('./font/ONE-Mobile/ONE-Mobile-Regular.woff2') format('woff2'),
      url('./font/ONE-Mobile/ONE-Mobile-Regular.woff') format('woff'),
      url('./font/ONE-Mobile/ONE-Mobile-Regular.ttf') format('truetype');
}

@font-face {
  font-family:'OnemobileG';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('./font/ONE-Mobile/ONE-Mobile-Bold.woff2') format('woff2'),
      url('./font/ONE-Mobile/ONE-Mobile-Bold.woff') format('woff'),
      url('./font/ONE-Mobile/ONE-Mobile-Bold.ttf') format('truetype');
}

/* ONE Mobile Title */
@font-face {
  font-family:'OnemobileT';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('./font/ONEMT/ONEMT.woff2') format('woff2'),
      url('./font/ONEMT/ONEMT.woff') format('woff'),
      url('./font/ONEMT/ONEMT.ttf') format('truetype');
}

