/**
 * Journal Regular
 */
@font-face {
	font-family: 'Journal';
	src: url('../webfonts/journal-webfont.woff2') format('woff2'),
       url('../webfonts/journal-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}

/**
 * Roboto Light
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-light.woff2') format('woff2'),
       url('../webfonts/roboto-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/**
 * Roboto Light Italic
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-light-italic.woff2') format('woff2'),
       url('../webfonts/roboto-light-italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/**
 * Roboto Regular
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-regular.woff2') format('woff2'),
       url('../webfonts/roboto-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/**
 * Roboto Regular Italic
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-regular-italic.woff2') format('woff2'),
       url('../webfonts/roboto-regular-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/**
 * Roboto Medium
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-medium.woff2') format('woff2'),
       url('../webfonts/roboto-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/**
 * Roboto Medium Italic
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-medium-italic.woff2') format('woff2'),
       url('../webfonts/roboto-medium-italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/**
 * Roboto Bold
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-bold.woff2') format('woff2'),
       url('../webfonts/roboto-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/**
 * Roboto Bold Italic
 */
@font-face {
  font-family: 'Roboto';
  src: url('../webfonts/roboto-bold-italic.woff2') format('woff2'),
       url('../webfonts/roboto-bold-italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/**
 * Tahu Regular
 */
@font-face {
	font-family: 'Tahu';
	src: url('../webfonts/tahu-webfont.woff2') format('woff2'),
       url('../webfonts/tahu-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}
