/* Basic styling for the EVE Balance landing page */
:root {
  --font: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--font);
}

main {
  margin: 24px;
}

h1 {
  margin: 0 0 12px 0;
  font-size: 28px;
}

p {
  margin: 0;
  font-size: 16px;
}

a { color: #0a58ca; text-decoration: none; }
a:hover { text-decoration: underline; }
