/* Regular */
@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

/* Semibold */
@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold */
@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('Vollkorn-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

