/* roboto – self hosted */
@font-face{font-family:Roboto;font-style:normal;font-weight:200;font-display:swap;src:url('../fonts/roboto-v48-latin-200.woff2') format('woff2')}
@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/roboto-v48-latin-regular.woff2') format('woff2')}
@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/roboto-v48-latin-500.woff2') format('woff2')}

/* ============================================================
   FRONTEND-EDIT Ansicht – Begrenzung auf 1280px
   Gilt nur für Artikelbearbeitung im Frontend (view=form)
   ============================================================ */
body.view-form #maincontent {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

