/* LUNA A.P Operating System - Layout and structure. Load before luna-theme.css so LUNA brand authority lock wins. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

* { box-sizing: border-box; }

.main {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--space-md, 1rem);
}
