/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2021 Colophon Foundry
 *
 * Licenced to Tomi Castren Esmes Digital Oy
 */

@font-face {
  font-family: 'agrandir';
  src: url('Agrandir-Light.eot');
  src: url('Agrandir-Light.eot?#iefix') format('embedded-opentype'),
       url('Agrandir-Light.woff2') format('woff2'),
       url('Agrandir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'agrandir';
  src: url('Agrandir-LightItalic.eot');
  src: url('Agrandir-LightItalic.eot?#iefix') format('embedded-opentype'),
       url('Agrandir-LightItalic.woff2') format('woff2'),
       url('Agrandir-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'agrandir';
  src: url('Agrandir-Regular.eot');
  src: url('Agrandir-Regular.eot?#iefix') format('embedded-opentype'),
       url('Agrandir-Regular.woff2') format('woff2'),
       url('Agrandir-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'agrandir';
  src: url('Agrandir-Medium.eot');
  src: url('Agrandir-Medium.eot?#iefix') format('embedded-opentype'),
       url('Agrandir-Medium.woff2') format('woff2'),
       url('Agrandir-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}