/* assets/css/base.css */
body {
  font-family: var(--font-base);
  color: var(--color-text-main);
  background: var(--color-bg-page);
  line-height: 1.6;
  font-size: 18px;
}

h1, h2, h3 {
  font-family: var(--font-heading);
  line-height: 1.25;
  margin-bottom: 16px;
  color: #000;
}

h1 {
  font-size: 32px;
  font-weight: 800;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 12px;
  color: var(--color-text-main);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

bgkuning {
  background: #f6fe0f;
}

bgmerah {
  background: #fb7c44;
}

bghijau {
  background: #4cff2e;
}
