/* ============================================================================
   DERWENT LONDON - Font Face Declarations
   ============================================================================
   The Future typeface - all weights.
   Files: assets/fonts/*.woff2
   ============================================================================ */

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-thin-italic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-extralight-italic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-light-italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-medium-italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-bold-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Future';
  src: url('../assets/fonts/the-future-black-italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
