/* ==========================================================================
   Memora — Webfonts
   --------------------------------------------------------------------------
   Sierra Danielle  → display wordmark only (elegant script)
   Montserrat       → UI labels, slogan, captions, buttons (always tracked caps
                      for labels; sentence case for longer UI copy)
   Cormorant Garamond → editorial serif for headings & long-form (Google CDN)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

@font-face {
  font-family: 'Sierra Danielle';
  src: url('../fonts/SierraDanielle-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
