/* Подключение шрифта Mulish */
@font-face {
  font-family: 'Mulish-Regular';
  src: url("../fonts/Mulish-VariableFont_wght.43d1050af520.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mulish-Bold';
  src: url("../fonts/Mulish-VariableFont_wght.43d1050af520.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Mulish-SemiBold';
  src: url("../fonts/Mulish-VariableFont_wght.43d1050af520.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Mulish-Italic';
  src: url("../fonts/Mulish-Italic-VariableFont_wght.7d0fa4f0c70a.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
} 