/*
styles.css blenderman.eu
Paul Blenderman
19 Jul 2026
*/

@font-face {
  font-family: "Jost";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url("jost-v20-latin-regular.woff2") format("woff2");
}

:root {
  font-family: system-ui, sans-serif;
}

.header {
  background-image: url("Holland-Krebs-Breit.jpg") no-repeat;
  height: 284px;
}

body {
  font-size: 1rem;
}

h1, h2, h3 {
  font-family: Jost, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
  margin: 2rem 0 0.4rem;
}

h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0.35rem;
}

h3 {
  font-size: 1.2rem;
  margin: 1.2rem 0 0.3rem;
}

p {
  margin: 0 0 1rem;
}

code {
  font-family: ui-monospace, monospace;
  background-color: #f3f3f3;
  overflow-x: auto;
}

