@font-face {
  font-family: 'TMH-Font';
  src: url('../fonts/Raleway-VariableFont.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; /* improves performance */
}

/* Use the font */
body {
  font-family: 'TMH-Font', sans-serif !important;
  color:#333 !important;
}

.custom-fw-200 {
  font-weight: 200 !important;
}

.custom-max-width-300 {
  max-width: 300px !important;
}
