/* Define @font-face rules */

@font-face {
  font-family: 'Gotham Rounded';
  font-style: normal;
  src: url('./gotham-rounded-book.eot');
  src: url('./gotham-rounded-book.ttf') format('truetype'),
    url('./gotham-rounded-book.woff') format('woff');
}

@font-face {
  font-family: 'Gotham Rounded';
  font-style: normal;
  font-weight: 600;
  src: url('./gotham-rounded-medium.eot');
  src: url('./gotham-rounded-medium.ttf') format('truetype'),
    url('./gotham-rounded-medium.woff') format('woff');
}

@font-face {
  font-family: 'Gotham Rounded';
  font-style: normal;
  font-weight: 700;
  src: url('./gotham-rounded-bold.eot');
  src: url('./gotham-rounded-bold.ttf') format('truetype'),
    url('./gotham-rounded-bold.woff') format('woff');
}
