@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Black.otf') format('opentype');
  font-weight: 900; /* Black */
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Bold.otf') format('opentype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Bold Italic.otf') format('opentype');
  font-weight: 700; /* Bold Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Compact.otf') format('opentype');
  font-weight: 400; /* Допустим, обычный */
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Contour.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Creative.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Italic.otf') format('opentype');
  font-weight: 400; /* Regular Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Light.otf') format('opentype');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Light Italic.otf') format('opentype');
  font-weight: 300; /* Light Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Medium.otf') format('opentype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Medium Italic.otf') format('opentype');
  font-weight: 500; /* Medium Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Regular.otf') format('opentype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Shadow.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Version Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Arteks';
  src: url('../fonts/Arteks Version Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
