/*
 * Gilmer
 *
 * Gilmer is a fresh, geometric, sans-serif family desgined by Piotr Łapa.
 * It is our primary brand font and should be used for headlines, sub-headlines,
 * navigation, buttons, CTAs, and labels.
 */

@font-face {
  font-display: swap;
  font-family: 'gilmer-web';
  font-style: normal;
  font-weight: 300;
  src: local('Gilmer Light'),
    url('./font/gilmer-300-normal.woff2') format('woff2'),
    url('./font/gilmer-300-normal.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'gilmer-web';
  font-style: normal;
  font-weight: 400;
  src: local('Gilmer Regular'),
    url('./font/gilmer-400-normal.woff2') format('woff2'),
    url('./font/gilmer-400-normal.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'gilmer-web';
  font-style: normal;
  font-weight: 500;
  src: local('Gilmer Medium'),
    url('./font/gilmer-500-normal.woff2') format('woff2'),
    url('./font/gilmer-500-normal.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'gilmer-web';
  font-style: normal;
  font-weight: 700;
  src: local('Gilmer Bold'),
    url('./font/gilmer-700-normal.woff2') format('woff2'),
    url('./font/gilmer-700-normal.woff') format('woff');
}

/*
 * Metro
 *
 * Designed by Samuel Oakes, Metro Sans is the result of a study into the Paris
 * Metro system; Metro Sans is a Grotesk typeface with personality. It bridges
 * the gap between the stern terminals of a Swiss Neo-Grotesk, and the smooth
 * curves of a modern day Geo-Grotesk. The two combine to give a versatile
 * typeface that works well in both body and display weights.
 */

@font-face {
  font-display: swap;
  font-family: 'metro-web';
  font-style: normal;
  font-weight: 300;
  src: local('Metro Sans Book'),
    url('./font/metro-300-normal.woff2') format('woff2'),
    url('./font/metro-300-normal.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'metro-web';
  font-style: normal;
  font-weight: 400;
  src: local('Metro Sans Regular'),
    url('./font/metro-400-normal.woff2') format('woff2'),
    url('./font/metro-400-normal.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'metro-web';
  font-style: normal;
  font-weight: 600;
  src: local('Metro Sans Semi-Bold'),
    url('./font/metro-600-normal.woff2') format('woff2'),
    url('./font/metro-600-normal.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'metro-web';
  font-style: normal;
  font-weight: 700;
  src: local('Metro Sans Bold'),
    url('./font/metro-700-normal.woff2') format('woff2'),
    url('./font/metro-700-normal.woff') format('woff');
}

/*
 * DejaVu
 *
 * DejaVu Sans Mono is a monospaced sans-serif typeface, based on the Bitstream
 * Vera Monospace typeface designed by Jim Lyles. It should be used for all
 * code snippets or labels.
 */

@font-face {
  font-display: swap;
  font-family: 'dejavu-sans-mono-web';
  font-style: normal;
  font-weight: 400;
  src: local('DejaVu Sans Mono'),
    url('./font/dejavu_sans_mono-400-normal.woff2') format('woff2'),
    url('./font/dejavu_sans_mono-400-normal.woff') format('woff');
}
