:root {
    --text: #fff !important;
    --text-variant: #000 !important;
    --primary-lighter: #f59b00 !important;
    --primary: #eb610a !important;
    --primary-darker: #c45008 !important;
    --secondary-lighter: white !important;
    --secondary: white !important;
    --secondary-darker: rgb(212, 212, 212) !important;

    --error-lighter: #ce392e !important;
    --error: #b9342a !important;
    --error-darker: #9a2a22 !important;
    --success-lighter: #3cb95c !important;
    --success: #329d4e !important;
    --success-darker: #29803f !important;

    --background: white !important;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #dedede;
}

.ckt-header-userinfo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: "ainslie-sans-extended";
    src: url("https://use.typekit.net/af/e409ef/00000000000000007735bf3f/30/l?subset_id=2&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/e409ef/00000000000000007735bf3f/30/d?subset_id=2&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/e409ef/00000000000000007735bf3f/30/a?subset_id=2&fvd=n9&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
}

h1,h2{
    font-family: 'ainslie-sans-extended', sans-serif;
}

h1{
    font-weight: 900;
}

h2{
    font-weight: 600;
}