@font-face {
  font-family: 'Delicious';
  font-style: normal;
  font-weight: normal;
  src: local('Delicious'), url('Delicious-Roman.otf');
}

@font-face {
  font-family: 'Delicious';
  font-style: normal;
  font-weight: bold;
  src: local('Delicious'), url('Delicious-Bold.otf');
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Fira Sans'), url('FiraSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Fira Sans'), url('FiraSans-Light.ttf') format('truetype');
}


@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: normal;
  src: local('Fira Sans'), url('FiraSans-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: bold;
  src: local('Fira Mono'), url('FiraMono-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: normal;
  src: local('Fira Mono'), url('FiraMono-Regular.ttf') format('truetype');
}


@font-face {
  font-family: 'Fira Sans OT';
  font-style: italic;
  font-weight: normal;
  src: local('Fira Sans OT'), url('FiraSans-LightItalic.ttf') format('truetype');
}


@font-face {
  font-family: 'Fira Sans OT';
  font-style: normal;
  font-weight: bold;
  src: local('Fira Sans OT'), url('FiraSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Fira Sans OT';
  font-style: normal;
  font-weight: normal;
  src: local('Fira Sans OT'), url('FiraSans-Light.ttf') format('truetype');
}





@font-face {
    font-family: 'Open Sans';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
