/* This css file is applied before styles.scss loaded */
/* stylelint-disable */

/* medium 500 */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Medium.woff2') format('woff2');
}

/* medium 500 italic */
@font-face {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/MediumItalic.woff2') format('woff2');
}

/* semibold 600 */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/SemiBold.woff2') format('woff2');
}

/* semibold 600 italic */
@font-face {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/SemiBoldItalic.woff2') format('woff2');
}

/* bold 700 */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Bold.woff2') format('woff2');
}
/* bold 700 italic */
@font-face {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/BoldItalic.woff2') format('woff2');
}

/* black 900 italic */
@font-face {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/BlackItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'GrilledCheese';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/GrilledCheeseBTN.woff2') format('woff2');
}
