@font-face {
  font-family: 'AvertaCyrillic';
  src: url('../fonts/AvertaCyrillic-Regular.woff2') format('woff2'),
       url('../fonts/AvertaCyrillic-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaCyrillic';
  src: url('../fonts/AvertaCyrillic-Bold.woff2') format('woff2'),
       url('../fonts/AvertaCyrillic-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaCyrillic';
  src: url('../fonts/AvertaCyrillic-SemiBold.woff2') format('woff2'),
       url('../fonts/AvertaCyrillic-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-display: swap;
}

* {
  font-family: 'AvertaCyrillic', system-ui, sans-serif;
  box-sizing: border-box;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  margin: 0;
  padding: 0;
}