@font-face {
  font-family: 'DB Helvethaica X';
  src: url('./fonts/DBHelvethaicaX-55Regular.woff2') format('woff2'),
    url('./fonts/DBHelvethaicaX-55Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DB Helvethaica X';
  src: url('./fonts/DBHelvethaicaX-65Med.woff2') format('woff2'),
    url('./fonts/DBHelvethaicaX-65Med.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DB Helvethaica X';
  src: url('./fonts/DBHelvethaicaX-45Li.woff2') format('woff2'), url('./fonts/DBHelvethaicaX-45Li.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DB Helvethaica X';
  src: url('./fonts/DBHelvethaicaX-35Thin.woff2') format('woff2'),
    url('./fonts/DBHelvethaicaX-35Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html body {
  margin: 0;
  font-size: 18px;
  font-family: 'DB Helvethaica X', -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Helvetica, sans-serif !important;
}

html body {
  margin: 0;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
