/* Fonts */
@font-face {
    font-family: QuincyCF;
    src: url(fonts/QuincyCF-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: QuincyCF;
    src: url(fonts/QuincyCF-Bold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: QuincyCF;
    src: url(fonts/QuincyCF-Black.otf) format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: QuincyCF;
    src: url(fonts/QuincyCF-Light.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
  }
  
  .body {
    font-family: QuincyCF, serif;
    font-size: .85rem;
    color: #2d2f41;
  }

