html, body {
    margin: 0;
    max-width: 100vw;
    overflow: hidden auto;
}

:root {
    --j-orange10: #FF6B01; /*Primary*/
    --j-red10: #F04438; /*Error*/
    --j-white10: #FFF;
    --j-white20: #E5E7EB;
    --j-gray20: #9CA3AF;
    --j-gray10: #6B7280;
    --j-black20: #111827;
    --j-black10: #000000;
}

@font-face{
    font-family: "SFProTextRegular";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    src: url('fonts/sf-pro-text-regular.woff') format(woff);
}

@font-face {
    font-family: "SFProTextBold";
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    src: url('fonts/sf-pro-text-bold.woff') format(woff);
}