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

@font-face {
   font-family: Gilroy;
   src: url('fonts/Gilroy-Light.ttf');
   font-weight: 300;
}

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

@font-face {
   font-family: Gilroy;
   src: url('fonts/Gilroy-Bold.ttf');
   font-weight: 600;
}

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

@font-face {
   font-family: Playfair;
   src: url('fonts/Playfair Display regular.ttf');
}

@font-face {
   font-family: Playfair;
   src: url('fonts/Playfair Display 700.ttf');
   font-weight: bold;
}

@font-face {
   font-family: SourceSerifPro;
   src: url('fonts/SourceSerifPro-Regular.ttf');
}

@font-face {
   font-family: Roboto;
   src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
   font-family: Roboto;
   src: url('fonts/Roboto-Light.ttf');
   font-weight: 300;
}

@font-face {
   font-family: Roboto;
   src: url('fonts/Roboto-Medium.ttf');
   font-weight: 500;
}

