/**
 * @license
 *
 * Font Family: Chillax
 * Designed by: Manushi Parikh
 * URL: https://www.fontshare.com/fonts/chillax
 * © 2023 Indian Type Foundry
 *
 * Font Style:
 * Chillax Variable(Variable font)
 *
*/


/**
* 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-Variable';
    src:local('Chillax-Variable'),
        local('ChillaxVariable'),
        local('Chillax Variable'),
        local('Chillax'),
        url('Chillax-Variable.woff2') format('woff2'),
        url('Chillax-Variable.woff') format('woff'),
        url('Chillax-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

