
p,
a {
    font-family: "Jost", sans-serif;
}
.heading {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-size: 5em;
    color: transparent;
    -webkit-text-stroke: 2px #272D2D;
}
.heading-small{
    color: rgba(255, 255, 255, 0.3);
    font-size: 3em;
}
.heading-medium{
    font-size: 4em;
}
.heading-footer{
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.05);
    font-size: 12em;
    line-height: 0px;
    user-select: none;
}
.heading-accent{
    -webkit-text-stroke: 2px #ffffff;
}

.sidenote-text{
    color: #272D2D;
    font-size: 1em;
}

ul.nav a.accent:hover { color: #9723FE !important; }

@media all and (max-width: 1200px) {
    .heading{
        font-size: 4em;
        -webkit-text-stroke: 1px #272D2D;
    }
    .heading-small {
        font-size: 2em;
    }    
    .heading-medium {
        font-size: 3em;
    }
    .heading-footer{
        font-size: 8em;
    }
    .heading-accent{
        -webkit-text-stroke: 1px #ffffff;
    }
}