:root {
  --color-primary:       #3f4a5c;
  --color-primary-hover: #2d3748;
  --color-bg:            #f4f4f5;
  --color-text:          #111111;
  --color-text-muted:    #71717a;
  --color-border:        #e4e4e7;

  --font-body: system-ui, sans-serif;

  --auth-card-width: 400px;
}

.page-centered {
  min-height: calc(100vh - 8rem);
}