:root {
  --mk-bg: #f1dfc1;
  --mk-surface: #f5f0e8;
  --mk-panel: #ece5da;
  --mk-pass: rgb(236 231 223);
  --mk-card: rgb(236, 231, 225);
  --mk-border: #dfd5c5;
  --mk-text: #214f41;
  --mk-text-muted: #6d6559;
  --mk-accent: #c6a660;
  --mk-accent-strong: #aa8647;
  --mk-green: #1f5f4d;
  --mk-shadow: 0 16px 36px rgba(58, 43, 24, 0.14);
}

* {
  box-sizing: border-box;
}

.maksure-theme {
  margin: 0;
  min-height: 100vh;
  background-color: rgba(240, 224, 198, 0.7);
  color: var(--mk-text);
  font-family: "Georgia";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f4f3e6 inset !important;
}

.is-hidden {
  display: none;
}
