﻿:root {
  --site-shell-bg: rgba(255, 255, 255, 0.96);
  --site-shell-border: #e2e8f0;
  --site-text: #0f172a;
  --site-muted: #475569;
  --site-primary: #207be7;
  --site-footer-bg: #ffffff;
}

* {
  box-sizing: border-box;
}

body.site-shell-enabled {
  margin: 0;
  color: var(--site-text);
}

body.site-shell-enabled .site-main-offset {
  margin-top: 96px;
}

@media (max-width: 768px) {
  body.site-shell-enabled .site-main-offset {
    margin-top: 84px;
  }
}
