@charset "utf-8";

@font-face {
  font-family: 'gilroy';
  font-weight: 400; 
  src: url('../font/Gilroy-Light.woff') format('woff');
}
@font-face {
  font-family: 'gilroy';
  font-weight: 600; 
  src: url('../font/Gilroy-ExtraBold.woff') format('woff');
}