/* ============================================================
   Albein Technology — Design System entry point
   Consumers link THIS file. It pulls in the foundations
   (colors + type tokens + semantic classes).
   Kit-specific CSS (ui_kits/*/*.css) layers on top per kit.
   ============================================================ */
@import url("./colors_and_type.css");

/* ============================================================
   Koenig editor — classes exigidas pelo Ghost (GScan GS050).
   As 3 páginas institucionais renderizam via React e não usam
   o editor; estas regras existem para imagens largas/full-bleed
   em qualquer conteúdo {{content}} (ex.: fallback page.hbs/post).
   ============================================================ */
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.kg-width-full {
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.kg-width-wide img,
.kg-width-full img {
  width: 100%;
  height: auto;
}
