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

@layer app {
  .header {
    padding: 15px 0;
  }

  footer {
    margin-top: 80px;
  }
}