@charset "UTF-8";

/* ============================================================
   Fonts
==============================================================*/
/* 	CookieRun
==============================================================*/
@font-face {
    font-family: 'CookieRun';
    font-weight: 400; 
    font-style: normal;
    src: url('../../fonts/CookieRun-Regular.otf') format('opentype'),
         url('../../fonts/CookieRun-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'CookieRun';
    font-weight: 700; 
    font-style: normal;
    src: url('../../fonts/CookieRun-Bold.otf') format('opentype'),
         url('../../fonts/CookieRun-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CookieRun';
    font-weight: 900; 
    font-style: normal;
    src: url('../../fonts/CookieRun-Black.otf') format('opentype'),
         url('../../fonts/CookieRun-Black.ttf') format('truetype');
}

/* 	Noto Sans TC
==============================================================*/
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/NotoSansTC-Regular.ttf') format('truetype'); 
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/NotoSansTC-Medium.ttf') format('truetype'); 
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/NotoSansTC-Bold.ttf') format('truetype'); 
}

/* 	Noto Sans JP
==============================================================*/
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/NotoSansJP-Regular.ttf') format('truetype');
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/NotoSansJP-Medium.ttf') format('truetype'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/NotoSansJP-Bold.ttf') format('truetype');
}

/* 	Noto Sans TH
==============================================================*/
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans TH';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/NotoSansThai-Regular.ttf') format('truetype'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans TH';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/NotoSansThai-Medium.ttf') format('truetype');
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans TH';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/NotoSansThai-Bold.ttf') format('truetype'); 
}

/*	Jost
==============================================================*/
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/jost-v19-latin-regular.woff2') format('woff2'), 
       url('../../fonts/jost-v19-latin-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/jost-v19-latin-500.woff2') format('woff2'),
       url('../../fonts/jost-v19-latin-500.ttf') format('truetype'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/jost-v19-latin-600.woff2') format('woff2'), 
       url('../../fonts/jost-v19-latin-600.ttf') format('truetype'); 
}

@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/jost-v19-latin-700.woff2') format('woff2'), 
       url('../../fonts/jost-v19-latin-700.ttf') format('truetype'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/jost-v19-latin-800.woff2') format('woff2'), 
       url('../../fonts/jost-v19-latin-800.ttf') format('truetype'); 
}