/* Local font declarations for Manrope and Onest */
/* Supports Latin and Cyrillic character sets */

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

/* Manrope - 500 Medium */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('manrope-500.ttf') format('truetype');
}

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

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

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

/* Onest - 500 Medium */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('onest-500.ttf') format('truetype');
}

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

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