/* Self-hosted fonts (Cinzel + Montserrat, latin). Cinzel's lightest cut is 400;
   display styles request 300 and resolve to this face — matches Google Fonts behavior. */
@font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 300 400; font-display: swap;
  src: url('../assets/fonts/cinzel-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('../assets/fonts/montserrat-latin-300-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/montserrat-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../assets/fonts/montserrat-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../assets/fonts/montserrat-latin-700-normal.woff2') format('woff2'); }
