@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: normal;
  src: url('./gilroy-regular.woff2') format('woff2'), url('./gilroy-regular.woff') format('woff');
  font-display: fallback;
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: bold;
  src: url('./gilroy-bold.woff2') format('woff2'), url('./gilroy-bold.woff') format('woff');
  font-display: fallback;
}
