/* Catyobi Studio — base element styles (matches source reset) */
*, *::before, *::after { box-sizing: border-box; }
body {
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--text-body-size);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
