*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  font-family: var(--body, 'Manrope', system-ui, sans-serif);
  background: var(--ink, #0a0a0a);
  color: var(--bone, #f5f2eb);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  min-height: 100vh;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.wp-site-blocks { min-height: 100vh; background: var(--ink, #0a0a0a); }

.arq-shell {
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
}

.arq-muted { color: var(--muted); }

a { text-underline-offset: 0.16em; }
