@layer theme {
  :root {
    --color-brand: #001b17;
    --color-error: #b70000;
    --color-success: var(--color-brand);
    --color-button-bg: var(--color-brand);
    --color-button-fg: white;
  }
}

@layer app {
  footer {
    margin-top: 80px;
  }
}