/**
 * @license
 *
 * Font Family: Chillax
 * Designed by: Manushi Parikh
 * URL: https://www.fontshare.com/fonts/chillax
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Chillax Variable(Variable font)
 * Chillax Extralight
 * Chillax Light
 * Chillax Regular
 * Chillax Medium
 * Chillax Semibold
 * Chillax Bold
 *
*/

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

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: "Chillax";
  src: url("../fonts/chillax/Chillax-Variable.woff2") format("woff2"),
    url("../fonts/chillax/Chillax-Variable.woff") format("woff"),
    url("../fonts/chillax/Chillax-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax";
  src: url("../fonts/chillax/Chillax-Extralight.woff2") format("woff2"),
    url("../fonts/chillax/Chillax-Extralight.woff") format("woff"),
    url("../fonts/chillax/Chillax-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "Chillax";
  src: url("../fonts/chillax/Chillax-Semibold.woff2") format("woff2"),
    url("../fonts/chillax/Chillax-Semibold.woff") format("woff"),
    url("../fonts/chillax/Chillax-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

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