@font-face {
  font-family: 'decimal';
  src: url('../fonts/decimal-book-webfont.eot');
  src: url('../fonts/decimal-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/decimal-book-webfont.woff2') format('woff2'),
        url('../fonts/decimal-book-webfont.woff') format('woff'),
        url('../fonts/decimal-book-webfont.ttf') format('truetype'),
        url('../fonts/decimal-book-webfont.svg#decimalbook') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'decimal';
  src: url('../fonts/decimal-light-webfont.eot');
  src: url('../fonts/decimal-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/decimal-light-webfont.woff2') format('woff2'),
        url('../fonts/decimal-light-webfont.woff') format('woff'),
        url('../fonts/decimal-light-webfont.ttf') format('truetype'),
        url('../fonts/decimal-light-webfont.svg#decimallight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'decimal';
  src: url('../fonts/decimal-medium-webfont.eot');
  src: url('../fonts/decimal-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/decimal-medium-webfont.woff2') format('woff2'),
        url('../fonts/decimal-medium-webfont.woff') format('woff'),
        url('../fonts/decimal-medium-webfont.ttf') format('truetype'),
        url('../fonts/decimal-medium-webfont.svg#decimalmedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body, table {
  font-family: 'decimal' !important;
  font-size: 0.8rem !important;    
}

h1, .h1 {
  font-size: calc(1.4rem + 1.2vw) !important;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.8rem !important;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.6rem !important;
  }
}

h3, .h3 {
  font-size: calc(1.2rem + 0.6vw) !important;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.3rem !important;
  }
}

h4, .h4 {
  font-size: calc(1.1rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.1rem !important;
  }
}

h5, .h5 {
  font-size: 1rem !important;
}

h6, .h6 {
  font-size: 0.9rem !important;
}