@font-face {
  font-family: 'Goudy Old Style';
  src: url('../webfonts/GoudyOldStyleT-Regular.woff2') format('woff2'),
       url('../webfonts/GoudyOldStyleT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Goudy Old Style Italic';
  src: url('../webfonts/GoudyOldStyleT-Italic.woff2') format('woff2'),
       url('../webfonts/GoudyOldStyleT-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Goudy Old Style';
  src: url('../webfonts/GoudyOldStyleT-Bold.woff2') format('woff2'),
       url('../webfonts/GoudyOldStyleT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../webfonts/Gotham-Light.woff2') format('woff2'),
       url('../webfonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../webfonts/Gotham-ExtraLight.woff2') format('woff2'),
       url('../webfonts/Gotham-ExtraLight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../webfonts/Gotham-LightItalic.woff2') format('woff2'),
       url('../webfonts/Gotham-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('../webfonts/Gotham-Medium.woff2') format('woff2'),
       url('../webfonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../webfonts/Gotham-MediumItalic.woff2') format('woff2'),
       url('../webfonts/Gotham-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}