/* Garet font */

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-HairlineItalic.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Thinitalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-LightItalic.otf') format('opentype');
  font-weight: 250;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Light.otf') format('opentype');
  font-weight: 250;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-BookItalic.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Book.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-BoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('../font/Garet-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Bauer Bodoni font */

@font-face {
  font-family: 'BauerBodoniStd-BlackItalic';
  src: url('../font/BauerBodoniStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Bauer Bodoni';
  src: url('../font/BauerBodoniStd-Roman.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bauer Bodoni';
  src: url('../font/BauerBodoniStd-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bauer Bodoni';
  src: url('../font/BauerBodoniStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Bauer Bodoni';
  src: url('../font/BauerBodoniStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Bauer Bodoni';
  src: url('../font/BauerBodoniStd-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Bauer Bodoni';
  src: url('../font/BauerBodoniStd-BlackItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Nicolai font */

@font-face {
  font-family: 'Nicolai';
  src: url('../font/Nicolai.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}