@font-face {
  font-family: 'DTNobelCondBold';
  src: url('./fonts/dtlnobel-condensed_bold-webfont.woff2') format('woff2'),
    url('./fonts/dtlnobel-condensed_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DTNobelCondRegular';
  src: url('./fonts/dtlnobel-condensed_regular-webfont.woff2') format('woff2'),
    url('./fonts/dtlnobel-condensed_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DTNobelLight';
  src: url('./fonts/dtlnobel-light-webfont.woff2') format('woff2'),
    url('./fonts/dtlnobel-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
