@charset "utf-8";
/* CSS Document */

/* Cormorant Garamont 300 Light */
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300;
	src: url('cormorant-garamond-300-light.woff2') format('woff2'),
		 url('cormorant-garamond-300-light.woff') format('woff');
	font-display: swap;
}

/* Cormorant Garamont 300 Light Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  src: url('cormorant-garamond-300-light-italic.woff2') format('woff2'),
       url('cormorant-garamond-300-light-italic.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 400 Regular */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('cormorant-garamond-400-regular.woff2') format('woff2'),
       url('cormorant-garamond-400-regular.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 400 Regular Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('cormorant-garamond-400-regular-italic.woff2') format('woff2'),
       url('cormorant-garamond-400-regular-italic.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 500 Medium */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('cormorant-garamond-500-medium.woff2') format('woff2'),
       url('cormorant-garamond-500-medium.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 500 Medium Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('cormorant-garamond-500-medium-italic.woff2') format('woff2'),
       url('cormorant-garamond-500-medium-italic.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 600 Semibold */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('cormorant-garamond-600-semibold.woff2') format('woff2'),
       url('cormorant-garamond-600-semibold.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 600 Semibold Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('cormorant-garamond-600-semibold-italic.woff2') format('woff2'),
       url('cormorant-garamond-600-semibold-italic.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 700 Bold */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('cormorant-garamond-700-bold.woff2') format('woff2'),
       url('cormorant-garamond-700-bold.woff') format('woff');
  font-display: swap;
}

/* Cormorant Garamont 700 Bold Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  src: url('cormorant-garamond-700-bold-italic.woff2') format('woff2'),
       url('cormorant-garamond-700-bold-italic.woff') format('woff');
  font-display: swap;
}
