@font-face {
    font-family: "<font>";
    src: "https://fonts.googleapis.com/css2?family=Comfortaa:wght@400&display=swap";
  }

:root  > * {
    --md-primary-fg-color:        rgb(253, 244, 224);
    --md-primary-bg-color:        rgb(0,0,0);
    --md-primary-bg-color--light: rgb(0,0,0);
    --md-accent-bg-color: rgb(39, 75, 184);
    --md-footer-bg-color:                rgb(253, 244, 224);
    --md-footer-bg-color--dark:          rgb(253, 244, 224);
    --md-footer-fg-color:                rgb(0, 0, 0);
    --md-typeset-a-color:                rgb(39, 75, 184);
    --md-text-font: "<font>";
  }

.md-header__topic > * {
    font-weight: 400;
    font-size: 1.5rem;
}
