/*
Theme Name: Sistema
Theme URI: https://sistemax.ariaserv.com
Author: Aria
Description: Tema minimo da conta sistemax. Nao tem logica de negocio: tudo mora nos plugins (aria-core + os seis plugins Aria). A frente publica so mostra "Sistema" e manda quem esta logado para o wp-admin.
Version: 1.0.0
Requires PHP: 8.0
Text Domain: sistema
*/

:root { --sx-fundo: #ffffff; --sx-texto: #1d2327; --sx-fraco: #646970; }
@media (prefers-color-scheme: dark) {
  :root { --sx-fundo: #101418; --sx-texto: #e8eaed; --sx-fraco: #9aa0a6; }
}

html, body { height: 100%; }
body {
  margin: 0;
  background: var(--sx-fundo);
  color: var(--sx-texto);
  font: 16px/1.5 -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
main { text-align: center; }
h1 { font-size: 22px; font-weight: 600; margin: 0 0 6px; letter-spacing: .01em; }
p  { margin: 0; color: var(--sx-fraco); font-size: 14px; }
a  { color: inherit; }
