/*
--------------------
CenturyGothic*/
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic/Century_Gothic.ttf");
    font-style: normal;
    font-weight: normal;
  }

@font-face {
    font-family: "Century Gothic Bold";
    src: url("../fonts/CenturyGothic/Century_Gothic-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Century Gothic Italic";
    src: url("../fonts/CenturyGothic/Century_Gothic-Italic.ttf");
    font-style: italic, oblique;
    font-weight: normal;

}
@font-face {
    font-family: "Century Gothic BoldItalic";
    src: url("../fonts/CenturyGothic/Century_Gothic-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic, oblique;
}


/*
-------------------
Maax*/
@font-face {
    font-family: "Maax Rounded";
    src: url("../fonts/MaaxRounded/Maax_Rounded.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Maax Rounded Bold";
    src: url("../fonts/MaaxRounded/Maax_Rounded-Bold.otf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Maax Rounded Italic";
    src: url("../fonts/MaaxRounded/Maax_Rounded-Italic.otf");
    font-style: italic, oblique;
    font-weight: normal;
}
@font-face {
    font-family: "Maax Rounded BoldItalic";
    src: url("../fonts/MaaxRounded/Maax_Rounded-BoldItalic.otf");
    font-weight: bold;
    font-style: italic, oblique;
}
@font-face {
    font-family: "Maax Rounded Medium";
    src: url("../fonts/MaaxRounded/Maax_Rounded-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

/*
-------------
NOTO CN*/
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifSC-Regular.otf'); 
  src: local('Noto Serif SC')
  /* font-display: swap; */
}

/*----------------
Open Sans*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* ----------------------------------- */
/* Vela Sans */
@font-face {
    font-family: 'VelaSans-Regular';
    font-style: normal;
    src: url('../fonts/VelaSans-Regular.otf');
}
@font-face {
    font-family: 'VelaSans-Light';
    font-style: light;
    src: url('../fonts/VelaSans-Light.otf');
}
/* ----------------------------------- */