/* ---------------- fonts ------------------- */

@font-face {  
  font-family: gotham-round; 
  src: url("../fonts/GothamRnd-Book.eot"); 
  src: local("gothamrnd-book"), url("../fonts/GothamRnd-Book.otf") format("opentype");   
}

@font-face {  
  font-family: gotham-round; 
  font-weight: bold;
  src: local("gothamrnd-med"), url("../fonts/GothamRnd-Medium.otf") format("opentype");   
}

@font-face {  
  font-family: gotham-round; 
  font-style: italic;
  src: local("gothamrnd-medium"), url("../fonts/GothamRnd-BookItal.otf") format("opentype");   
}

@font-face {  
  font-family: gotham-round; 
  font-weight: bold;
  font-style: italic;
  src: local("gothamrnd-bold-italic"), url("../fonts/GothamRnd-MedItal.otf") format("opentype");   
}

/* ---------------- styles ------------------- */