/*
Theme Name: Future Proof Foundry
Theme URI: https://futureprooffoundry.com/
Author: Joshua Collier
Description: Future Proof Foundry lander plus standard WordPress editorial templates.
Version: 1.5.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: future-proof-foundry
*/

:root {
  color-scheme: light;
  --atlas-bg: oklch(98.2% .006 255);
  --atlas-panel: oklch(99.2% .004 255);
  --atlas-text: oklch(18% .015 255);
  --atlas-muted: oklch(48% .018 255);
  --atlas-rule: oklch(88% .012 255);
  --atlas-accent: oklch(48% .19 262);
}

body.atlas-editorial {
  margin: 0;
  background: var(--atlas-bg);
  color: var(--atlas-text);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
}

.atlas-skip-link {
  position: absolute;
  left: -9999px;
}

.atlas-skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100000;
  padding: .75rem 1rem;
  background: var(--atlas-panel);
  color: var(--atlas-text);
}

.atlas-editorial-shell,
.atlas-site-header,
.atlas-site-footer {
  width: min(760px, calc(100% - 2rem));
  margin-inline: auto;
}

.atlas-site-header,
.atlas-site-footer {
  padding-block: 1.5rem;
}

.atlas-site-header {
  border-bottom: 1px solid var(--atlas-rule);
}

.atlas-site-footer {
  border-top: 1px solid var(--atlas-rule);
  color: var(--atlas-muted);
}

.atlas-site-title,
.atlas-editorial a {
  color: var(--atlas-text);
}

.atlas-site-title {
  font-weight: 750;
  text-decoration: none;
}

.atlas-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.atlas-site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.atlas-editorial-shell {
  min-height: 60vh;
  padding-block: 3rem;
}

.atlas-entry {
  margin-bottom: 3rem;
}

.atlas-entry-meta {
  color: var(--atlas-muted);
  font-size: .9rem;
}

.atlas-editorial h1,
.atlas-editorial h2,
.atlas-editorial h3 {
  line-height: 1.15;
}

.atlas-editorial :focus-visible {
  outline: 2px solid var(--atlas-accent);
  outline-offset: 3px;
}
