/**
 * @license
 *
 * Font Family: Cabinet Grotesk
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/cabinet-grotesk
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * Cabinet Grotesk Variable(Variable font)
 * Cabinet Grotesk Thin
 * Cabinet Grotesk Extralight
 * Cabinet Grotesk Light
 * Cabinet Grotesk Regular
 * Cabinet Grotesk Medium
 * Cabinet Grotesk Bold
 * Cabinet Grotesk Extrabold         
 * Cabinet Grotesk Black
 *
*/


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

* 'wght' (range from 100.0 to 900.0)

*/

@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/lausanne/Lausanne-Regular.otf') format('opentype');
       font-weight: 100 900;
       font-style: normal;
}

