.easkora-front, .easkora-front * { box-sizing: border-box; }
.easkora-front {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  color: var(--easkora-front-color-text);
  background: var(--easkora-front-color-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.easkora-front a { color: inherit; text-decoration: none; }
.easkora-front img { max-width: 100%; height: auto; }
.easkora-front h1,.easkora-front h2,.easkora-front h3,.easkora-front p { margin-top: 0; }
.easkora-front h1,.easkora-front h2,.easkora-front h3 { color: var(--easkora-front-color-text); font-weight: 750; letter-spacing: -.025em; }
.easkora-front button,.easkora-front a { -webkit-tap-highlight-color: transparent; }
body.easkora-front-page { overflow-x: clip; background: var(--easkora-front-color-bg); }

/* Hotfix: softer premium typography for the public E-Askora front. */
.easkora-front {
  font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 400;
}
.easkora-front h1,
.easkora-front h2,
.easkora-front h3 {
  font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -0.018em;
}
