/* kimberly.ai — self-hosted fonts
   Cormorant Garamond (display serif) + Mulish (body sans)
   Subset: Latin + Latin Extended · Format: woff2 */

/* ---- Cormorant Garamond ---- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('CormorantGaramond-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('CormorantGaramond-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('CormorantGaramond-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('CormorantGaramond-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic; font-weight: 500; font-display: swap;
  src: url('CormorantGaramond-MediumItalic.woff2') format('woff2');
}

/* ---- Mulish ---- */
@font-face {
  font-family: 'Mulish';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('Mulish-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('Mulish-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('Mulish-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal; font-weight: 800; font-display: swap;
  src: url('Mulish-ExtraBold.woff2') format('woff2');
}
