/*
Theme Name: 40,000,000 Minutes
Theme URI: https://www.40000000minutes.com
Author: Shaun Root
Author URI: https://shaunroot.net
Description: A psychedelic single-page manifesto theme for 40,000,000 Minutes. The lifetime we are aiming to give back.
Version: 1.0.0
License: GPL v2 or later
Text Domain: forty-million-minutes
*/

/* All visual styling lives in front-page.php for clarity (single-page site).
   This file exists for WP theme metadata + a base reset. */

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  background: #0a0014;
  color: #f4f1de;
  font-family: 'IBM Plex Mono', monospace;
  overflow-x: hidden;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }

/* WP admin bar fix when logged in */
html[lang] { margin-top: 0 !important; }
body.admin-bar { padding-top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar { padding-top: 46px; }
}
