/* Локальные шрифты — Manrope и Cormorant Garamond (SIL Open Font License 1.1) */
/* Кириллица + латиница. Подключаются с самого сайта, без обращения к внешним серверам. */

/* ---------- Manrope ---------- */
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url('fonts/manrope-300.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/manrope-400.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/manrope-500.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/manrope-600.woff2') format('woff2');
}

/* ---------- Cormorant Garamond ---------- */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/cormorant-400.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/cormorant-500.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/cormorant-600.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('fonts/cormorant-italic-400.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:500;
  font-display:swap;
  src:url('fonts/cormorant-italic-500.woff2') format('woff2');
}
