@font-face {
    font-family: 'Circular';
    src: url('../fonts/CircularStd-Book.woff2') format('woff2'),
         url('../fonts/CircularStd-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
     font-family: 'Circular';
     src: url('../fonts/grand-cru-regular-m-italic-webfont.woff2') format('woff2'),
          url('../fonts/grand-cru-regular-m-italic-webfont.woff') format('woff');
     font-weight: 400;
     font-style: italic;
   }
  @font-face {
    font-family: 'Circular';
    src: url('../fonts/CircularStd-Bold.woff2') format('woff2'),
         url('../fonts/CircularStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'GrandCru';
    src: url('../fonts/grand-cru-regular-m-italic-webfont.woff2') format('woff2'),
         url('../fonts/grand-cru-regular-m-italic-webfont.woff') format('woff');
    /* font-weight: 700; */
    /* font-style: normal; */
  }
  @font-face {
    font-family: 'BoldItalic';
    src: url('../fonts/CircularStd-BoldItalic.woff2') format('woff2'),
         url('../fonts/CircularStd-BoldItalic.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }