@font-face {
  font-family: "Gotham";
  src: url('https://cdn.bre.im/static/shared/fonts/Gotham/Gotham-Medium.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url('https://cdn.bre.im/static/shared/fonts/Gotham/Gotham-MediumIta.otf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Gotham";
  src: url('https://cdn.bre.im/static/shared/fonts/Gotham/Gotham-Bold.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GothamBook";
  src: url('https://cdn.bre.im/static/shared/fonts/Gotham/Gotham-Book.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GothamBook";
  src: url('https://cdn.bre.im/static/shared/fonts/Gotham/Gotham-BookIta.otf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "DidotLTS";
  src: url('https://cdn.bre.im/static/shared/fonts/DidotLTS/DidotLTStd-Italic.otf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "DidotLTS";
  src: url('https://cdn.bre.im/static/shared/fonts/DidotLTS/DidotLTStd-Roman.otf');
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
}

.center {
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}
