/*
 * Personalization constructor fonts — fixed MVP set (see fonts-registry.json).
 * Loaded ONLY on the constructor page (kept out of the main ~750KB bundle).
 * All local, OFL, Cyrillic-verified, non-Russian authorship.
 * Paths are relative to this file's location.
 */

/* Manrope — modern / brand */
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('manrope/manrope-v20-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('manrope/manrope-v20-cyrillic_latin-700.woff2') format('woff2');
}

/* Inter — universal / UI */
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('inter/inter-v20-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('inter/inter-v20-cyrillic_latin-700.woff2') format('woff2');
}

/* Montserrat — headings / gift caps */
@font-face {
  font-family: 'Montserrat';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('montserrat/montserrat-v31-cyrillic_latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('montserrat/montserrat-v31-cyrillic_latin-700.woff2') format('woff2');
}

/* Sweet Mavka Script — handwritten / emotional gift */
@font-face {
  font-family: 'Sweet Mavka Script';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('sweet_mavka/sweetmavka.woff2') format('woff2');
}
