/* RIVET — self-hosted IBM Plex Mono (weight 400). No CDN.
   Single source for landing + legal + checkout. */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono/ibm-plex-mono-latin-400-normal.woff2') format('woff2');
}

:root {
  --rv-font-mono: 'IBM Plex Mono';
  --rv-font-weight: 400;
}

html,
body {
  font-family: var(--rv-font-mono);
  font-weight: var(--rv-font-weight);
  font-size: 14px;
  line-height: 1.8;
}

/* FONT LOCK — UA defaults on form controls use system UI */
button,
input,
select,
textarea,
optgroup {
  font: inherit;
  font-family: var(--rv-font-mono) !important;
  font-weight: 400;
}
