<!-- see https://github.com/glanceapp/glance/discussions/218 -->
<!-- see https://fontsource.org/fonts/atkinson-hyperlegible/cdn -->

/* @font-face {
  font-family: 'Atkinson Hyperlegible Next';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url(/assets/AtkinsonHyperlegibleNext-VariableFont_wght.ttf) format('ttf');
} */

@font-face {
	font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  font-family: 'Atkinson Hyperlegible Next', sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.7;
}

h2, .size-h3 {
	font-weight: bold !important
}

span.expand-toggle-button-icon {
	font-family: 'JetBrains Mono', monospace !important;
}

:root {
--font-size-h5: 1.4rem !important;
--font-size-h3: 1.7rem !important }
}