/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  src: url('/static/easyweb4u/css/fonts/Gotham/Gotham-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gotham Book */
@font-face {
  font-family: 'Gotham';
  src: url('/static/easyweb4u/css/fonts/Gotham/Gotham-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url('/static/easyweb4u/css/fonts/Gotham/Gotham-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url('/static/easyweb4u/css/fonts/Gotham/Gotham-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Black */
@font-face {
  font-family: 'Gotham';
  src: url('/static/easyweb4u/css/fonts/Gotham/Gotham-Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Gotham Ultra */
@font-face {
  font-family: 'Gotham';
  src: url('/static/easyweb4u/css/fonts/Gotham/Gotham-Ultra.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
