
@font-face {
  font-family: 'gl';
  src: url(./fonts/roboto-flex.ttf) format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'gm';
  src: url(./fonts/roboto-flex.ttf) format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'nr';
  src: url(./fonts/handlee.ttf) format("truetype");
  font-display: swap;
}
/* 
@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-nr
{
  font-family: 'nr' !important;
}
.f-mb
{
  font-family: 'gm' !important;
}