/*
  Override second level font family instead of first level font as korea font includes 
  english characters which causing english font fallback does not happen.

  Instead of making english character font fallback to MBCorpo font, we
  make the korean character font fallback from MBCorpo to MBKCorpo font.
*/

@font-face {
  font-family: 'DaimlerCAC-Regular';
  /* font-family: 'MBCorpo Title'; */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/kr/MBKCorpoA.otf") format("opentype");
}

@font-face {
  font-family: 'DaimlerCS-Regular';
  /* font-family: 'MBCorpo Text'; */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/kr/MBKCorporateSLight.otf") format("opentype");
}

@font-face {
  font-family: 'DaimlerCS-Regular';
  /* font-family: 'MBCorpo Text'; */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/kr/MBKCorpoS.otf") format("opentype");
}