:root {
    --icon-size-18: 18px;
    --widgetBlock-color-1: var(--Background-Other-Stub);
    --iframe-height: 100vh;
    --iframe-min-height: 80vh;
}

:root {
    --H3-font-size-laptop: 40px;
    --H3-line-height-laptop: 44px;
}

html,
body {
    background: var(--Background-Base-Primary);
}

*::selection {
    background-color: rgba(from var(--Text-Brand-colors-Brand_color2) r g b / 0.5);
}

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

::-webkit-scrollbar-thumb {
    background: var(--Dropdown-Scroll, #3e3e3e);
    border-radius: 12px;
}
