@import url('icon.css');

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.otf');
    font-weight: bold;
    font-style: normal;
}


/****** // ******/

@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: normal;
  src: url('DIN-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: bold;
  src: url('DIN-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 300;
  src: url('DIN-Light.otf') format('truetype');
}
@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 400;
  src: url('DIN-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 500;
  src: url('DIN-Medium.otf') format('truetype');
}
@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 700;
  src: url('DIN-Bold.otf') format('truetype');
}
@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 900;
  src: url('DIN-Black.otf') format('truetype');
}



/*** ***/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('OpenSans-Regular.ttf') format('truetype');
}

