/* ===== Open Sans — локальные шрифты ===== */

/* Light 300 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./opensans-300.ttf') format('truetype');
}

/* Light Italic 300 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('./opensans-300i.ttf') format('truetype');
}

/* Regular 400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./opensans-400.ttf') format('truetype');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./opensans-600.ttf') format('truetype');
}

/* Bold 700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./opensans-700.ttf') format('truetype');
}

/* Bold Italic 700 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./opensans-700i.ttf') format('truetype');
}