/**
 * @license
 *
 * Font Family: Poppins
 * Designed by: Jonny Pinhorn, Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/poppins
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Poppins Variable(Variable font)
 * Poppins Variable Italic(Variable font)
 * Poppins Thin
 * Poppins Thin Italic
 * Poppins Extra Light
 * Poppins Extra Light Italic
 * Poppins Light
 * Poppins Light Italic
 * Poppins Regular
 * Poppins Italic
 * Poppins Medium
 * Poppins Medium Italic
 * Poppins Semi Bold
 * Poppins Semi Bold Italic
 * Poppins Bold
 * Poppins Bold Italic
 * Poppins Extra Bold
 * Poppins Extra Bold Italic
 * Poppins Black
 * Poppins Black Italic
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 100.0;
*
* available axes:

* 'wght' (range from 100.0 to 900.0)

*/

@font-face {
  font-family: 'Poppins-Variable';
  src: url('/assets/fonts/Poppins-Variable.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Variable.woff') format('woff'),
       url('/assets/fonts/Poppins-Variable.ttf') format('truetype');
       font-weight: 100 900;
       font-display: swap;
       font-style: normal;
}


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 100.0;
*
* available axes:

* 'wght' (range from 100.0 to 900.0)

*/

@font-face {
  font-family: 'Poppins-VariableItalic';
  src: url('/assets/fonts/Poppins-VariableItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-VariableItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-VariableItalic.ttf') format('truetype');
       font-weight: 100 900;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-Thin';
  src: url('/assets/fonts/Poppins-Thin.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Thin.woff') format('woff'),
       url('/assets/fonts/Poppins-Thin.ttf') format('truetype');
       font-weight: 100;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-ThinItalic';
  src: url('/assets/fonts/Poppins-ThinItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-ThinItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-ThinItalic.ttf') format('truetype');
       font-weight: 100;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('/assets/fonts/Poppins-ExtraLight.woff2') format('woff2'),
       url('/assets/fonts/Poppins-ExtraLight.woff') format('woff'),
       url('/assets/fonts/Poppins-ExtraLight.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-ExtraLightItalic';
  src: url('/assets/fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-ExtraLightItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-Light';
  src: url('/assets/fonts/Poppins-Light.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Light.woff') format('woff'),
       url('/assets/fonts/Poppins-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-LightItalic';
  src: url('/assets/fonts/Poppins-LightItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-LightItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-Regular';
  src: url('/assets/fonts/Poppins-Regular.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Regular.woff') format('woff'),
       url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-Italic';
  src: url('/assets/fonts/Poppins-Italic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Italic.woff') format('woff'),
       url('/assets/fonts/Poppins-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-Medium';
  src: url('/assets/fonts/Poppins-Medium.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Medium.woff') format('woff'),
       url('/assets/fonts/Poppins-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-MediumItalic';
  src: url('/assets/fonts/Poppins-MediumItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-MediumItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
       url('/assets/fonts/Poppins-SemiBold.woff') format('woff'),
       url('/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-SemiBoldItalic';
  src: url('/assets/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-SemiBoldItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-Bold';
  src: url('/assets/fonts/Poppins-Bold.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Bold.woff') format('woff'),
       url('/assets/fonts/Poppins-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-BoldItalic';
  src: url('/assets/fonts/Poppins-BoldItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-BoldItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('/assets/fonts/Poppins-ExtraBold.woff2') format('woff2'),
       url('/assets/fonts/Poppins-ExtraBold.woff') format('woff'),
       url('/assets/fonts/Poppins-ExtraBold.ttf') format('truetype');
       font-weight: 800;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-ExtraBoldItalic';
  src: url('/assets/fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-ExtraBoldItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
       font-weight: 800;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Poppins-Black';
  src: url('/assets/fonts/Poppins-Black.woff2') format('woff2'),
       url('/assets/fonts/Poppins-Black.woff') format('woff'),
       url('/assets/fonts/Poppins-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Poppins-BlackItalic';
  src: url('/assets/fonts/Poppins-BlackItalic.woff2') format('woff2'),
       url('/assets/fonts/Poppins-BlackItalic.woff') format('woff'),
       url('/assets/fonts/Poppins-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}

