@font-face {
  font-family: Gotham;
  src: url("/wp-content/themes/salient-child/fonts/Gotham-Book.otf")
    format("opentype");
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  src: url("/wp-content/themes/salient-child/fonts/Gotham-BookItalic.otf")
    format("opentype");
}

@font-face {
  font-family: Gotham;
  font-weight: bold;
  src: url("/wp-content/themes/salient-child/fonts/Gotham-Bold.otf")
    format("opentype");
}

@font-face {
  font-family: Gotham;
  font-weight: bold;
  font-style: italic;
  src: url("/wp-content/themes/salient-child/fonts/Gotham-BoldItalic.otf")
    format("opentype");
}
