/* Gotham Fonts */
@font-face {
  font-family: 'Gotham';
  src: url('../css/Webb-fonts/Gotham-Black.woff2') format('woff2'),
       url('../css/Webb-fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: bold;
}

@font-face {
  font-family: 'Gotham';
  src: url('../css/Webb-fonts/Gotham-Bold.woff2') format('woff2'),
       url('../css/Webb-fonts/gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'Gotham';
  src: url('../css/Webb-fonts/Gotham-Book.woff2') format('woff2'),
       url('../css/Webb-fonts/Gotham-Book.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../css/Webb-fonts/Gotham-Bookitalic.woff2') format('woff2'),
       url('../css/Webb-fonts/Gotham-Bookitalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

/* IvarDisplay Fonts */
@font-face {
  font-family: 'IvarDisplay';
  src: url('../css/Webb-fonts/IvarDisplay-Bold.woff2') format('woff2'),
       url('../Webb-fonts/IvarDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'IvarDisplay';
  src: url('../css/Webb-fonts/IvarDisplay-Regular.woff2') format('woff2'),
       url('../css/Webb-fonts/IvarDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'IvarText';
  src: url('../css/Webb-fonts/IvarText-Regular.woff2') format('woff2'),
       url('../css/Webb-fonts/IvarText-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'IvarText';
  src: url('../css/Webb-fonts/IvarText-Regular.woff2') format('woff2'),
       url('../css/Webb-fonts/IvarText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'IvarText';
  src: url('../css/Webb-fonts/IvarText-Regular.woff2') format('woff2'),
       url('../css/Webb-fonts/IvarText-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'IvarText';
  src: url('../css/Webb-fonts/IvarText-Regular.woff2') format('woff2'),
       url('../css/Webb-fonts/IvarText-Regular.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
