
@font-face {
  font-family: 'gl';
  src: url(./fonts/manrope-medium.ttf);
  font-display: block;
}

@font-face {
  font-family: 'gm';
  src: url(./fonts/manrope-bold.ttf);
  font-display: block;
}

@font-face {
  font-family: 'mr';
  src: url(./fonts/monument-regular.otf);
  font-display: block;
}

@font-face {
  font-family: 'mb';
  src: url(./fonts/monument-bold.otf);
  font-display: block;
}

.f-gl
{
  font-family: 'gl' !important;
}
.f-gm
{
  font-family: 'gm' !important;
}
.f-mr
{
  font-family: 'mr' !important;
}
.f-mb
{
  font-family: 'mb' !important;
}