/* Thin */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-thinitalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* ExtraLight */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-extralightitalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Regular / Italic */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-extrabolditalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/grift-geometric-typeface/grift-blackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
