:root {
  /*
    Tokens globais do MexJur.
    Para trocar a identidade visual em todas as telas, alterar primeiro estes valores.
  */
  --mj-bg: #fbf6ef;
  --mj-bg-soft: #fffaf3;
  --mj-card: #ffffff;
  --mj-panel: #fbf6ef;
  --mj-border: #eadfd9;
  --mj-text: #351018;
  --mj-muted: #6d6264;
  --mj-brand: #7b0f22;
  --mj-brand-strong: #8f1029;
  --mj-shadow: rgba(58, 23, 28, 0.10);
}

html[data-theme="dark"] {
  --mj-bg: #14171b;
  --mj-bg-soft: #1b1f24;
  --mj-card: #171b20;
  --mj-panel: #1c2025;
  --mj-border: #343a42;
  --mj-text: #f7f2ed;
  --mj-muted: #c8c1bd;
  --mj-brand: #a91632;
  --mj-brand-strong: #c01c3d;
  --mj-shadow: rgba(0, 0, 0, 0.32);
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
}
