@font-face {
  font-family: 'default-font';
  src: url('../fonts/default-font.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'default-font';
  src: url('../fonts/default-bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'default-font';
  src: url('../fonts/default-normal.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'default-font';
  src: url('../fonts/default-standard.ttf') format('truetype');
  font-weight: 500;
}

body, button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: default-font !important;
}