/*
 * 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 Todd Watts Australian Children&#039;s Television Foundation
 */

@font-face {
    font-family: 'apercu-bold';
    src: url('apercu-bold.eot');
    src: url('apercu-bold.eot?#iefix') format('embedded-opentype'),
         url('apercu-bold.woff2') format('woff2'),
         url('apercu-bold.woff') format('woff'),
         url('apercu-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
    font-family: 'apercu-regular';
    src: url('apercu-regular.eot');
    src: url('apercu-regular.eot?#iefix') format('embedded-opentype'),
         url('apercu-regular.woff2') format('woff2'),
         url('apercu-regular.woff') format('woff'),
         url('apercu-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Platform Web';
  src: url('Platform-BoldItalic-Web.woff2') format('woff2'),
       url('Platform-BoldItalic-Web.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}

.Platform-BoldItalic-Web {
  font-family: 'Platform Web';
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}


@font-face {
  font-family: 'Platform Web';
  src: url('Platform-Bold-Web.woff2') format('woff2'),
       url('Platform-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

.Platform-Bold-Web {
  font-family: 'Platform Web';
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}