/**
 * MasterSans — шрифт проекта
 * Перед использованием: npm run fonts:copy
 */

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-100.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-100.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-200.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-200.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-200.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-300.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-300.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-400.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-400.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-500.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-500.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-700.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-700.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-900.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-900.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-400i.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-400i.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-400i.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-500i.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-500i.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-500i.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'MasterSans';
  src: url('/masterclick/assets/fonts/MasterSans/ms-700i.woff2') format('woff2'),
       url('/masterclick/assets/fonts/MasterSans/ms-700i.woff') format('woff'),
       url('/masterclick/assets/fonts/MasterSans/ms-700i.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
