/*Geller-Fonts*/
@font-face {
  font-family: 'geller-text';
  src: url('geller/semibolditalic/font.woff2') format('woff2'),
       url('geller/semibolditalic/font.woff') format('woff'),
       url('geller/semibolditalic/font.ttf') format('truetype');
}

@font-face {
  font-family: 'geller-headline';
  src: url('geller/regularitalic/font.woff2') format('woff2'),
       url('geller/regularitalic/font.woff') format('woff'),
       url('geller/regularitalic/font.ttf') format('truetype');
}

/*Lato-Fonts*/
@font-face {
  font-family: 'lato-black';
  src: url('lato/Lato-Black.woff2') format('woff2'),
       url('lato/Lato-Black.woff') format('woff'),
       url('lato/Lato-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-blackitalic';
  src:  url('lato/Lato-BlackItalic.woff2') format('woff2'),
        url('lato/Lato-BlackItalic.woff') format('woff'),
        url('lato/Lato-BlackItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-bold';
  src:  url('lato/Lato-Bold.woff2') format('woff2'),
        url('lato/Lato-Bold.woff') format('woff'),
        url('lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'lato-regular';
  src:  url('lato/Lato-Regular.woff2') format('woff2'),
        url('lato/Lato-Regular.woff') format('woff'),
        url('lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-regularitalic';
  src:  url('lato/Lato-Italic.woff2') format('woff2'),
        url('lato/Lato-Italic.woff') format('woff'),
        url('lato/Lato-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-light';
  src:  url('lato/Lato-Light.woff2') format('woff2'),
        url('lato/Lato-Light.woff') format('woff'),
        url('lato/Lato-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-lightitalic';
  src:  url('lato/Lato-LightItalic.woff2') format('woff2'),
        url('lato/Lato-LightItalic.woff') format('woff'),
        url('lato/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-thin';
  src:  url('lato/Lato-Thin.woff2') format('woff2'),
        url('lato/Lato-Thin.woff') format('woff'),
        url('lato/Lato-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'lato-thinitalic';
  src:  url('lato/Lato-ThinItalic.woff2') format('woff2'),
        url('lato/Lato-ThinItalic.woff') format('woff'),
        url('lato/Lato-ThinItalic.ttf') format('truetype');
}
