
/* inter-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/inter-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-800 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/inter-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  


  /** Chillax **/
@font-face {
	font-family: 'Chillax-Extralight';
	src: url('/fonts/Chillax-Extralight.woff2') format('woff2'),
		 url('/fonts/Chillax-Extralight.woff') format('woff'),
		 url('/fonts/Chillax-Extralight.ttf') format('truetype');
	font-weight: 200;
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	font-family: 'Chillax-Light';
	src: url('/fonts/Chillax-Light.woff2') format('woff2'),
		 url('/fonts/Chillax-Light.woff') format('woff'),
		 url('/fonts/Chillax-Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	font-family: 'Chillax-Regular';
	src: url('/fonts/Chillax-Regular.woff2') format('woff2'),
		 url('/fonts/Chillax-Regular.woff') format('woff'),
		 url('/fonts/Chillax-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	font-family: 'Chillax-Medium';
	src: url('/fonts/Chillax-Medium.woff2') format('woff2'),
		 url('/fonts/Chillax-Medium.woff') format('woff'),
		 url('/fonts/Chillax-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	font-family: 'Chillax-Semibold';
	src: url('/fonts/Chillax-Semibold.woff2') format('woff2'),
		 url('/fonts/Chillax-Semibold.woff') format('woff'),
		 url('/fonts/Chillax-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	font-family: 'Chillax-Bold';
	src: url('/fonts/Chillax-Bold.woff2') format('woff2'),
		 url('/fonts/Chillax-Bold.woff') format('woff'),
		 url('/fonts/Chillax-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
  }
  /**
  * This is a variable font
  * You can control 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: url('/fonts/Chillax-Variable.woff2') format('woff2'),
		 url('/fonts/Chillax-Variable.woff') format('woff'),
		 url('/fonts/Chillax-Variable.ttf') format('truetype');
	font-weight: 200 700;
	font-display: swap;
	font-style: normal;
  }
  