body {
    font-family: 'Noto Sans';
    /* background-color: #181a1b; */
    background-color: #0d0e0e;
    /*color: rgb(148, 163, 184);*/
    color: rgb(255, 255, 255);
}

.disable-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.cormorant-garamond {
    font-weight: 900;
    font-family: 'Cormorant Garamond';
}

