:root {
  --optimus-shell-bg: #f8fafc;
  --optimus-text: #0f172a;
}

html, body {
  background: var(--optimus-shell-bg);
  color: var(--optimus-text);
}

img {
  max-width: 100%;
  height: auto;
}
