@font-face {
  font-family: 'KudryWeird';
  src: url('/fonts/kudry_weird-headline.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* GothamPro Regular */
@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamPro.woff2') format('woff2'),
       url('/fonts/GothamPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* GothamPro Light */
@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamPro-Light.woff2') format('woff2'),
       url('/fonts/GothamPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* GothamPro Medium */
@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamPro-Medium.woff2') format('woff2'),
       url('/fonts/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* GothamPro Bold */
@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}