@import "../type/lack/stylesheet.css";
@import "../type/fengardoneue/font.css";

:root {
    --font-sans: lack, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif; /* stylelint-disable-line value-keyword-case */
    --font-serif: fengardoneue, Lora, Georgia, Times, serif; /* stylelint-disable-line value-keyword-case */
    --head-nav-gap: 32px;
    --color-primary-text: var(--color-darker-gray);
    --h1-size: 4.4rem;
}



.gh-topic-grid .gh-card-image img {
  object-fit: contain;
}

.gh-head-brand-wrapper {
 justify-content: center;
}  
