/**
 * @license
 *
 * Font Family: Manrope
 * Designed by: Mikhail Sharanda
 * URL: https://www.fontshare.com/fonts/manrope
 * © 2023 Indian Type Foundry
 *
 * Font Style:
 * Manrope Variable(Variable font)
 *
*/


/**
* This is a variable font
* You can controll 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-Variable';
  src: url('../fonts/Manrope-Variable.woff2') format('woff2'),
       url('../fonts/Manrope-Variable.woff') format('woff'),
       url('../fonts/Manrope-Variable.ttf') format('truetype');
       font-weight: 200 800;
       font-display: swap;
       font-style: normal;
}

