/* Подключение шрифта Stem */
@font-face {
  font-family: 'Stem';
  src: url('/stem/Stem-Thin.woff2') format('woff2'),
       url('/stem/Stem-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stem';
  src: url('/stem/Stem-ExtraLight.woff2') format('woff2'),
       url('/stem/Stem-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stem';
  src: url('/stem/Stem-Light.woff2') format('woff2'),
       url('/stem/Stem-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stem';
  src: url('/stem/Stem-SemiLight.woff2') format('woff2'),
       url('/stem/Stem-SemiLight.woff') format('woff');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stem';
  src: url('/stem/Stem-Regular.woff2') format('woff2'),
       url('/stem/Stem-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stem';
  src: url('/stem/Stem-Medium.woff2') format('woff2'),
       url('/stem/Stem-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stem';
  src: url('/stem/Stem-Bold.woff2') format('woff2'),
       url('/stem/Stem-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

