/* Fonts */
@font-face {
  font-family: DMSans;
  src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans;
  src: url(../fonts/DMSans-Bold.ttf);
  font-weight: bold;
}

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