h1,
h2,
h3,
h4,
h5 {
    font-family: 'Prompt';
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Prompt';
    font-weight: normal;
    font-size: medium;
    font-style: normal;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

div.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    background-color: yellow;
    opacity: 0.5;
}

.mode-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}