@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.article__p {
  font-family: "Atkinson Hyperlegible";
}

.title__content {
  font-family: "Schibsted Grotesk";
}

:root {
    --rs-font-family-headers: "Schibsted Grotesk";
    --rs-font-family-mono: "IBM Plex Mono";
    --rs-font-family-ui: "Schibsted Grotesk";
}

.wh-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--wh-color-border-default);
}

:root.theme-dark {
    --bg-full-color: #000 !important;
    --wh-color-bg-main: #000;
    --wh-color-border-default: #282626;
    --wh-color-accent-substrate-bg: #000 !important;
    --wh-color-bg-main-dark: #000 !important;
}