@font-face {
    font-family: Gilroy;
    src: url(fonts/gilroy_bold.ttf);

    font-weight: 700;
  }
  
  @font-face {
    font-family: Gilroy;
    src: url(fonts/gilroy_medium.ttf);
    font-weight: 500;
  }
  
  @font-face {
    font-family: Gilroy;
    src: url(fonts/gilroy_regular.ttf);
  }