@font-face {
    font-family: 'Everett-Regular';
    src: url('../fonts/Everett-Regular-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Everett-Medium';
    src: url('../fonts/Everett-Medium-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Everett-Mono';
    src: url('../fonts/EverettMono-Regular-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    /* everett-xs */
    font-family: "Everett-Regular";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
    letter-spacing: 0.01rem;
}

body {
    background-color: #101010;
    color: EBEBEB;
}

.color-yellow {
    color: #C8FA32;
}

.color-blue {
    color: #7E8AFB;
}

.color-red {
    color: #ff0000;   
}

.color-white, .color-white p {
    color: #EBEBEB;
}

.color-black {
    color: #101010;
}

.color-gray {
    color: #929292;
}

.bg-black {
    background-color: #101010;
}

.everett-sm, .everett-sm a, .everett-sm p {
    /* everett-sm */
    font-family: "Everett-Regular";
    font-size: 1.34375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 130.233% */
}

.everett-xs, .everett-xs a, .everett-xs p {
    /* everett-xs */
    font-family: "Everett-Regular";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
    letter-spacing: 0.01rem;
}

.everett-mono-xs, .everett-mono-xs a, .everett-mono-xs p {
    font-family: "Everett-Mono";
    /* font-size: 0.84375rem; */
    font-size: 0.8rem;

    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    /* 207.407% */
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.link-underline a {
    text-decoration: underline;
}

.acc-btn {
    user-select: none;
    cursor: pointer;
}

.acc-btn:hover p{
    color: #C8FA32;
}


/* 
.acc-content {
    overflow: hidden;
    transition: all 0.5s;
} */