html {
    scroll-behavior: smooth;
    color: #222222;
}
a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    /* text-decoration-color: rgba(211, 12, 123, .25); */
    text-decoration-color: rgba(0, 0, 0, .25);
    text-underline-offset: 5px;
    -webkit-touch-callout: none;
}
a:hover {
    /* color: #D30C7B; */
    color: #222222;
    text-decoration-color: #D30C7B;
}
a.button {
    text-decoration: none;
}

#polygon {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: 76px;
    height: 76px;
}

.highlight {
    background-image: url(img/underline.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.bowlby-one-sc-regular {
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}