/* Cormorant Garamond Font Family */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&display=swap');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&display=swap');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} 