/* ============================================================
   RISTORANTE IL PARTISANO — brand foundation
   Фирменные шрифты ресторана (из фирменного стиля):
   Blacker Sans Text — основной текст
   Goudy Trajan      — капительные заголовки (как на визитке)
   ============================================================ */
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-ExtraLight.woff2') format('woff2');font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-Book.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-BookItalic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-Regular.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-Italic.woff2') format('woff2');font-weight:500;font-style:italic;font-display:swap}
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-Medium.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Blacker Sans';src:url('../fonts/BlackerSansText-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Goudy Trajan';src:url('../fonts/GoudyTrajan-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}

:root{
  --brand-red:#E21F21;
  --brand-red-hot:#FF3B2F;
  --brand-black:#1D1D1B;
  --brand-white:#FFFFFF;
  --font-sans:'Blacker Sans','Helvetica Neue',Arial,sans-serif;
  --font-caps:'Goudy Trajan','Blacker Sans',Georgia,serif;
  --font-didone:'Prata','Goudy Trajan',Georgia,'Times New Roman',serif;
  --font-script:'Mrs Saint Delafield','Italianno',cursive;
}
