/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * General Sans Variable(Variable font)
 * General Sans Extralight
 * General Sans Light
 * General Sans Regular
 * General Sans Medium
 * General Sans Semibold
 * General Sans Bold
 *
*/


/**
* 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 700.0)

*/



@font-face {
     font-family: 'Mulish_light_italic';
     src: url('../fonts/Mulish-LightItalic.woff2') format('woff2'),
         url('../fonts/Mulish-LightItalic.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }
 
 @font-face {
     font-family: 'Mulish_extra_light';
     src: url('../fonts/Mulish-ExtraLight.woff2') format('woff2'),
         url('../fonts/Mulish-ExtraLight.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }
 
 @font-face {
     font-family: 'Mulish_semi_bold';
     src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
         url('../fonts/Mulish-SemiBold.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }
 

 @font-face {
     font-family: 'Mulish_regular';
     src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
         url('../fonts/Mulish-Regular.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }

 
 @font-face {
     font-family: 'Mulish_light';
     src: url('../fonts/Mulish-Light.woff2') format('woff2'),
         url('../fonts/Mulish-Light.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }
 
 @font-face {
     font-family: 'Mulish_bold';
     src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
         url('../fonts/Mulish-Bold.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }
 
 @font-face {
     font-family: 'Mulish_medium';
     src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
         url('../fonts/Mulish-Medium.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }

 
 @font-face {
     font-family: 'Mulish_black';
     src: url('../fonts/Mulish-Black.woff2') format('woff2'),
         url('../fonts/Mulish-Black.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }
 
 @font-face {
     font-family: 'Mulish_extra_bold';
     src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
         url('../fonts/Mulish-ExtraBold.woff') format('woff');
         font-display: normal;
         font-style: normal;
 }
 

 


