/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./resources/fonts/Roboto-Light.woff2') format('woff2');
  unicode-range: U+20-7E, U+2009, U+20BD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./resources/fonts/Roboto-Regular.woff2') format('woff2');
  unicode-range: U+20-7E, U+2009, U+20BD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./resources/fonts/Roboto-Medium.woff2') format('woff2');
  unicode-range: U+20-7E, U+2009, U+20BD;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./resources/fonts/Roboto-Light.woff2') format('woff2');
  unicode-range: U+410-44F, U+451, U+2009, U+20BD;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./resources/fonts/Roboto-Regular.woff2') format('woff2');
  unicode-range: U+410-44F, U+451, U+2009, U+20BD;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./resources/fonts/Roboto-Medium.woff2') format('woff2');
  unicode-range: U+410-44F, U+451, U+2009, U+20BD;
}
