/* Pump Up — theme on top of Simple.css */

:root {
  --bg:        #fafafa;
  --accent-bg: #fafafa;
  --text:      #1a1a1a;
  --text-light:#666;
  --accent:    #2563eb;
  --border:    #e5e5e5;
  --marked:    transparent;
}

/* Reset Simple.css header/footer */
body > header { background: var(--bg); }

/* Typography */
* {
  font-family: 'Familjen Grotesk', sans-serif;
}
p {
    font-weight: 400;
    opacity: 0.8;
}
h3 {
  font-family: 'Familjen Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text);
}
