/**************************************************************************************
 * Charter made available for use thanks to the kind efforts of Matthew Butterick.    *
 * http://practicaltypography.com/charter.html                                        *
 *                                                                                    *
 * (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. You are hereby granted     *
 * permission under all Bitstream propriety rights to use, copy, modify, sublicense,  *
 * sell, and redistribute the 4 Bitstream Charter (r) Type 1 outline fonts and the 4  *
 * Courier Type 1 outline fonts for any purpose and without restriction; provided,    *
 * that this notice is left intact on all copies of such fonts and that Bitstream’s   *
 * trademark is acknowledged as shown below on all unmodified copies of the 4 Charter *
 * Type 1 fonts. BITSTREAM CHARTER is a registered trademark of Bitstream Inc.        *
 **************************************************************************************/

@font-face {
font-family: charter;
font-style: normal;
font-weight: normal;
font-stretch: normal;
src: url('charter_regular.woff2') format('woff2');
}

@font-face {
font-family: charter;
font-style: italic;
font-weight: normal;
font-stretch: normal;
src: url('charter_italic.woff2') format('woff2');
}

@font-face {
font-family: charter;
font-style: normal;
font-weight: bold;
font-stretch: normal;
src: url('charter_bold.woff2') format('woff2');
}

@font-face {
font-family: charter;
font-style: italic;
font-weight: bold;
font-stretch: normal;
src: url('charter_bold_italic.woff2') format('woff2');
}