/** Add your extra/custom CSS classes below */
@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&family=Tagesschrift&family=Zalando+Sans+Expanded:ital,wght@0,600;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&family=Tagesschrift&family=Zalando+Sans+Expanded:ital@0;1&display=swap');

.md-typeset h1, .md-header__topic, .md-typeset h2,.md-typeset h3 { font-family: "Zalando Sans Expanded", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
color: rdb(173,155,203);
font-size: 40px;
}

p { font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
color: rdb(29,29,27);
font-size: 20px;
}

a img:hover {
    transform: scale(125%);
    cursor: pointer;
    transition-property: transform;
}
