@import url('developer.css');
@import url('color.css');
@import url('fonts.css');
@import url('style.css');

html {
    scroll-behavior: smooth;
}

i[data-tabler] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

i[data-tabler] svg {
    width: 100%;
    height: 100%;
    fill: none;
}

.checkbox::before {
    display: none;
}