/* Локал фонтууд — assets/fonts/ */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/RobotoCondensed-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2');
}

/* Уйгаржин монгол бичиг */
@font-face {
  font-family: 'CMSUB';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/CMSUB.woff') format('woff'),
       url('../fonts/CMSUB.ttf') format('truetype'),
       url('../fonts/CMSUB.svg#CMSUB') format('svg');
}

@font-face {
  font-family: 'RC Fallback';
  src: local('Arial Narrow'), local('Arial');
  size-adjust: 91%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
