/* Локал фонтууд — зөвхөн ашиглагддаг Roboto Condensed жин (400, 500, 600, 700) */

@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.woff2') format('woff2'),
       url('../fonts/CMSUB.woff') format('woff'),
       url('../fonts/CMSUB.ttf') format('truetype'),
       url('../fonts/CMSUB.svg#CMSUB') format('svg');
}
