/* ============================================================
   PIAF ALIGNMENT STUDIO — WEBFONTS
   Self-hosted brand faces (Canela Deck, Moglan) + Google
   delivery for the supporting Latin & Traditional-Chinese
   families documented in the official type reference.
   ============================================================ */

/* --- Supporting families (Google Fonts CDN) ---------------- */
/* Cormorant Garamond — italic pull quotes
   Montserrat        — eyebrows, subtitles, body, UI
   Noto Serif HK     — Traditional-Chinese titles
   Noto Sans HK      — Traditional-Chinese body & UI */
@import 'https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600&family=Montserrat:wght@400;500;600;700;800;900&family=Noto+Sans+HK:wght@400;500;600;700&family=Noto+Serif+HK:wght@400;500;600;700&display=swap';

/* --- Moglan — LOGO / wordmark only ------------------------- */
@font-face {
  font-family: Moglan;
  src: url('../fonts/moglan.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* --- Canela Deck — display serif (all weights + italics) --- */
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-Thin.woff') format('woff');    font-weight:100; font-style:normal; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-ThinItalic.woff') format('woff');font-weight:100; font-style:italic; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-Light.woff') format('woff');   font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-LightItalic.woff') format('woff');font-weight:300;font-style:italic; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-Regular.woff') format('woff'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-RegularItalic.woff') format('woff');font-weight:400;font-style:italic;font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-Medium.woff') format('woff');  font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-MediumItalic.woff') format('woff');font-weight:500;font-style:italic;font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-Bold.woff') format('woff');    font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-BoldItalic.woff') format('woff');font-weight:700; font-style:italic; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-Black.woff') format('woff');   font-weight:900; font-style:normal; font-display:swap; }
@font-face { font-family:'Canela Deck'; src:url('../fonts/CanelaDeckWeb-BlackItalic.woff') format('woff');font-weight:900;font-style:italic;font-display:swap; }
