/*  *************** font-family: 'Gilroy' ************** */
/* Gilroy 300 */
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Light'),
      url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* Gilroy 400 */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
/* Gilroy 500 */
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Medium'), local('Gilroy-Medium'),
      url('../Gilroy-Medium.woff') format('woff');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
/* Gilroy 600 */
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy SemiBold'),
      url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
/* Gilroy 700 */
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Bold'),
      url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* Gilroy 800 */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('ttf');
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}




/*  *************** font-family: 'Graphik-LCG' ************** */
/* Graphik-LCG 500 */
@font-face {
  font-family: 'Graphik-LCG';
  src:  url('../fonts/GraphikLCG-Medium.woff') format('woff');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
