/* Load Atkinson Hyperlegible from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Apply to all RevealJS slides */
.reveal {
  font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', system-ui, sans-serif;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
  font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', system-ui, sans-serif;
}

.reveal .r-fit-text {
  font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', system-ui, sans-serif;
}

/* Revealjs slide logo sizing */
.slide-logo {
  max-height: 48px !important;
  width: auto !important;
  bottom: 12px !important;
  right: 12px !important;
}
