/*
  CQ de AJ0EF — font loading
  Referenced from hugo.toml as css_modules = ["fonts.css", "aj0ef.css"].
  Keep this before aj0ef.css so variables/rules there can use these families.
*/

@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap");

:root {
  --aj0ef-mono:
    "JetBrains Mono", "JetBrainsMono Nerd Font", "Fira Code", "Cascadia Code",
    "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --aj0ef-sans:
    "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body {
  font-family: var(--aj0ef-sans);
}

header,
.header,
.site-header,
header .titles .title,
header .titles .title a,
.header .titles .title,
.header .titles .title a,
div.titles h3.title,
div.titles h3.title a,
header .titles .subtitle,
.header .titles .subtitle,
div.titles .subtitle,
nav,
nav a,
.meta,
.date,
.readingTime,
.author,
.categories,
.tags,
.footer,
button,
.button,
.btn,
pre,
code,
kbd,
samp {
  font-family: var(--aj0ef-mono) !important;
}
