
@font-face {
  font-family: 'gl';
  src: url(./fonts/gl.woff2) format("woff2"), url(./fonts/gl.woff) format("woff");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: 'gm';
  src: url(./fonts/gm.woff2) format("woff2"), url(./fonts/gm.woff) format("woff");
  font-weight: 600;
  font-display: block;
}
/* 
@font-face {
  font-family: 'gl';
  src: url(./fonts/monument-regular.otf);
  font-display: block;
}

@font-face {
  font-family: 'gm';
  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: 'gl' !important;
}
.f-mb
{
  font-family: 'gm' !important;
}