@font-face {
  font-family: 'GothamRnd';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('GothamRnd-Book.ttf');
}

@font-face {
  font-family: 'GothamRnd';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('GothamRnd-BookIta.ttf');
}
@font-face {
  font-family: 'GothamRnd';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('GothamRnd-Light.ttf');
}
@font-face {
  font-family: 'GothamRnd';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('GothamRnd-LightIta.ttf');
}
@font-face {
  font-family: 'GothamRnd';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('GothamRnd-Medium.ttf');
}
@font-face {
  font-family: 'GothamRnd';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('GothamRnd-MedIta.ttf');
}

@font-face {
  font-family: 'GothamRnd';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('GothamRnd-Bold.ttf');
}

@font-face {
  font-family: 'GothamRnd';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url('GothamRnd-BoldIta.ttf');
}

@font-face {
  font-family: 'iCielCadena';
  src: url('iCielCadena.otf');
  font-display: swap;
}