/**
* @license
*
* Font Family: Manrope
* Designed by: Mikhail Sharanda
* URL: https://fonts.google.com/specimen/Manrope
* © 2020-2025 The Manrope Project Authors
*
* Manrope ExtraLight (200)
* Manrope Light (300)
* Manrope Regular (400)
* Manrope Medium (500)
* Manrope SemiBold (600)
* Manrope Bold (700)
* Manrope ExtraBold (800)
*
*/

@font-face {
  font-family: 'Manrope-ExtraLight';
  src: url('../static/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

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

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

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

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

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

@font-face {
  font-family: 'Manrope-ExtraBold';
  src: url('../static/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

/**
* Variable Font
* font-variation-settings: 'wght' 200 800;
*/
@font-face {
  font-family: 'Manrope-Variable';
  src: url('../static/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
  font-style: normal;
}
