/**
* @license
*
* Font Family: Manrope
* Designed by: Mikhail Sharanda
* © 2025 Indian Type Foundry
*
* Manrope ExtraLight
* Manrope Light
* Manrope Regular
* Manrope Medium
* Manrope SemiBold
* Manrope Bold
* Manrope ExtraBold
* Manrope Variable (Variable font)

*
*/
@font-face {
  font-family: 'Manrope-ExtraLight';
  src: url('./Manrope-ExtraLight.woff2') format('woff2'),
       url('./Manrope-ExtraLight.woff') format('woff'),
       url('./Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Light';
  src: url('./Manrope-Light.woff2') format('woff2'),
       url('./Manrope-Light.woff') format('woff'),
       url('./Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Regular';
  src: url('./Manrope-Regular.woff2') format('woff2'),
       url('./Manrope-Regular.woff') format('woff'),
       url('./Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Medium';
  src: url('./Manrope-Medium.woff2') format('woff2'),
       url('./Manrope-Medium.woff') format('woff'),
       url('./Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('./Manrope-SemiBold.woff2') format('woff2'),
       url('./Manrope-SemiBold.woff') format('woff'),
       url('./Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-Bold';
  src: url('./Manrope-Bold.woff2') format('woff2'),
       url('./Manrope-Bold.woff') format('woff'),
       url('./Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope-ExtraBold';
  src: url('./Manrope-ExtraBold.woff2') format('woff2'),
       url('./Manrope-ExtraBold.woff') format('woff'),
       url('./Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 200.0;
*
* available axes:
'wght' (range from 200.0 to 800.0
*/
@font-face {
  font-family: 'Manrope';
  src: url('./Manrope-Variable.woff2') format('woff2'),
       url('./Manrope-Variable.woff') format('woff'),
       url('./Manrope-Variable.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
  font-style: normal;
}

