/*
Theme Name:  Ether
Theme URI:   https://veudemarte.pt/ether
Description: Tema minimalista para veudemarte.pt — base escura, ecrã completo, sem chrome WordPress.
Version:     1.0.0
Author:      Jonas Paul
Text Domain: ether-theme
*/

/* ── Reset global ────────────────────────────────── */
*, *::before, *::after {
  margin: 0; padding: 0; box-sizing: border-box;
}

html, body {
  width: 100%; height: 100%;
  background: #03050a;
  color: rgba(255,255,255,0.85);
  font-family: 'Space Mono', 'Courier New', monospace;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Remove barra de administração */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

/* Links */
a { color: inherit; text-decoration: none; }

/* Scrollbar invisível */
::-webkit-scrollbar { display: none; }
* { scrollbar-width: none; }
