@font-face {
  font-family: 'handel_gothic_dbold';
  src: url('handel_gothic_d_bold-webfont.woff2') format('woff2'),
       url('handel_gothic_d_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  src: url('roboto-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Regular Italic */
@font-face {
  font-family: 'Roboto';
  src: url('roboto-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Roboto SemiBold */
@font-face {
  font-family: 'Roboto';
  src: url('roboto-semibold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url('roboto-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
