@import url(base/reset.css);
@import url(base/header.css);

@import url(ui/modal.css);
@import url(ui/form.css);
@import url(ui/main.css);

html {
    scroll-behavior: smooth;
}

body * {
    font-family: "Inter", serif;
    transition: all 0.1s;
}

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

::-webkit-scrollbar-thumb {
    background: #0024a73c;
    border-radius: 6px;
}

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

::-webkit-scrollbar-thumb:hover {
    background: #0024A7;
    cursor: pointer;
}

.iti--allow-dropdown, .iti {
    width: 100% !important;
}