@font-face {
  font-family: 'Raleway';
  src: url('./Raleway/Raleway-Black.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('./Raleway/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'Raleway';
  src: url('./Raleway/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: bold;
}

@font-face {
  font-family: 'Gotham';
  src: url('./Gotham/Gotham-Book.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('./Gotham/Gotham-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('./Gotham/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
