/**
 * @license
 *
 * Font Family: Bricolage Grotesque
 *
 * Font Styles:
 * Bricolage Grotesque Variable(Variable font)
 * Bricolage Grotesque Extralight
 * Bricolage Grotesque Light
 * Bricolage Grotesque Regular
 * Bricolage Grotesque Medium
 * Bricolage Grotesque Semibold
 * Bricolage Grotesque 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: 'Bricolage Grotesque';
    src: url('fonts/BricolageGrotesque-Regular.ttf') format('truetype');
    font-weight: 400;
  }
  
  
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('fonts/BricolageGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
}
  
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('fonts/BricolageGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
}
  
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('fonts/BricolageGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
  
  
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('fonts/BricolageGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
}