:root {
  color-scheme: light;
  --ink: #0b2742;
  --muted: #51677c;
  --line: #d8e3ee;
  --soft: #f5f9fd;
  --soft-2: #eef6fc;
  --brand: #0d5e9c;
  --brand-2: #1780c2;
  --danger: #b3261e;
  --ok: #0f7a55;
  --white: #ffffff;
  --shadow: 0 12px 36px rgba(8, 42, 72, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--white);
  color: var(--ink);
}

button,
input,
select,
textarea {
  font: inherit;
}

aph-report-generator {
  display: block;
}
