@font-face {
  font-family: 'Poiret One';
  src: url('/fonts/poiret-one-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'DM Sans';
  src: url('/fonts/dm-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'DM Sans';
  src: url('/fonts/dm-sans-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  /* swap: nav/button weight is not LCP-critical, render fallback first */
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('/fonts/dm-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  /* swap: heading-bold weight is not LCP-critical, render fallback first */
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/cormorant-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  /* swap: blockquote-only family, never LCP, render Georgia fallback first */
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/cormorant-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  /* swap: blockquote-only family, never LCP, render Georgia fallback first */
  font-display: swap;
}
