/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/heebo-v15-latin-300.woff2') format('woff2'),
       url('../fonts/heebo-v15-latin-300.woff') format('woff');
}
/* heebo-700 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/heebo-v12-latin-700.woff2') format('woff2'),
       url('../fonts/heebo-v12-latin-700.woff') format('woff');
}

body { font-family: 'Heebo', Helvetica, Arial, sans-serif; }

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/cormorant-garamond-v10-latin-regular.woff2') format('woff2'),
       url('../fonts/cormorant-garamond-v10-latin-regular.woff') format('woff');
}
/* cormorant-garamond-700 - latin-ext_latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/cormorant-garamond-v10-latin-700.woff2') format('woff2'),
       url('../fonts/cormorant-garamond-v10-latin-700.woff') format('woff');
}
/* cormorant-garamond-700italic - latin-ext_latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/cormorant-garamond-v10-latin-700italic.woff2') format('woff2'),
       url('../fonts/cormorant-garamond-v10-latin-700italic.woff') format('woff');
}

h1, h2 { font-family: 'Cormorant Garamond', Helvetica, Arial, sans-serif; }

