/**
* @license
*
* Font Family: Outfit
* Designed by: On Brand Investments Pty Ltd, Rodrigo Fuenzalida
* URL: https://www.fontshare.com/fonts/outfit
* © 2025 Indian Type Foundry
*
* Outfit Thin 
* Outfit ExtraLight 
* Outfit Light 
* Outfit Regular 
* Outfit Medium 
* Outfit SemiBold 
* Outfit Bold 
* Outfit ExtraBold 
* Outfit Black 
* Outfit Variable (Variable font)

*
*/
@font-face {
  font-family: 'Outfit-Thin';
  src: url('../font/outfit/Outfit-Thin.woff2') format('woff2'),
       url('../font/outfit/Outfit-Thin.woff') format('woff'),
       url('../font/outfit/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-ExtraLight';
  src: url('../font/outfit/Outfit-ExtraLight.woff2') format('woff2'),
       url('../font/outfit/Outfit-ExtraLight.woff') format('woff'),
       url('../font/outfit/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Light';
  src: url('../font/outfit/Outfit-Light.woff2') format('woff2'),
       url('../font/outfit/Outfit-Light.woff') format('woff'),
       url('../font/outfit/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Regular';
  src: url('../font/outfit/Outfit-Regular.woff2') format('woff2'),
       url('../font/outfit/Outfit-Regular.woff') format('woff'),
       url('../font/outfit/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Medium';
  src: url('../font/outfit/Outfit-Medium.woff2') format('woff2'),
       url('../font/outfit/Outfit-Medium.woff') format('woff'),
       url('../font/outfit/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-SemiBold';
  src: url('../font/outfit/Outfit-SemiBold.woff2') format('woff2'),
       url('../font/outfit/Outfit-SemiBold.woff') format('woff'),
       url('../font/outfit/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Bold';
  src: url('../font/outfit/Outfit-Bold.woff2') format('woff2'),
       url('../font/outfit/Outfit-Bold.woff') format('woff'),
       url('../font/outfit/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-ExtraBold';
  src: url('../font/outfit/Outfit-ExtraBold.woff2') format('woff2'),
       url('../font/outfit/Outfit-ExtraBold.woff') format('woff'),
       url('../font/outfit/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Black';
  src: url('../font/outfit/Outfit-Black.woff2') format('woff2'),
       url('../font/outfit/Outfit-Black.woff') format('woff'),
       url('../font/outfit/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control 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: 'Outfit-Variable';
  src: url('../font/outfit/Outfit-Variable.woff2') format('woff2'),
       url('../font/outfit/Outfit-Variable.woff') format('woff'),
       url('../font/outfit/Outfit-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

