/* Thin */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-Thin.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-ThinItalic.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-Light.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-LightItalic.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Book (normal) */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-Book.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Book Italic */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-BookItalic.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-Medium.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-MediumItalic.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-Semibold.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Semibold Italic */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-SemiboldItalic.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-Bold.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-BoldItalic.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Heavy */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-Heavy.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Heavy Italic */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('/static/editor/font/cooper-hewitt/CooperHewitt-HeavyItalic.woff2') format('woff2'),
       url('/static/editor/font/cooper-hewitt/CooperHewitt-HeavyItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}