@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Cormorant Garamond Light'),
    url(../fonts/CormorantGaramond_Normal.woff2) format('woff2')
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond Regular'),
    url(../fonts/CormorantGaramond_Normal.woff2) format('woff2')
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cormorant Garamond Medium'),
    url(../fonts/CormorantGaramond_Normal.woff2) format('woff2')
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Cormorant Garamond Light Italic'),
    url(../fonts/CormorantGaramond_Italic.woff2) format('woff2')
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond Italic'),
    url(../fonts/CormorantGaramond_Italic.woff2) format('woff2')
}

/* Dancing Script */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Dancing Script Regular'),
    url(../fonts/DancingScript_Normal.woff2) format('woff2')
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Dancing Script Medium'),
    url(../fonts/DancingScript_Normal.woff2) format('woff2')
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Dancing Script Bold'),
    url(../fonts/DancingScript.woff2) format('woff2')
}