/* Custom Fonts für Jaqcueline und Benny */

@font-face {
    font-family: 'Esteh';
    src: url('esteh/esteh-webfont.woff2') format('woff2'),
	url('esteh/esteh-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cardenio';
    src: url('cardenio/cardeniomodern-regular-webfont.woff2') format('woff2'),
      url('cardenio/cardeniomodern-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cardenio';
    src: url('cardenio/cardeniomodern-bold-webfont.woff2') format('woff2'),
      url('cardenio/cardeniomodern-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}