/* Montagu Slab (Google Fonts, SIL Open Font License), self-hosted latin subset */
@font-face {
  font-family: "Montagu Slab";
  src: url("fonts/MontaguSlab-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  background: #f2f3f0;
  color: #000;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior: none;
}

/* Single centred line; the page never scrolls */
html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  padding-inline: 24px;
  display: grid;
  place-items: center;
  font-family: "Montagu Slab", Rockwell, Georgia, serif;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

::selection {
  background: #000;
  color: #f2f3f0;
}
