@import url('style/root.css');
@import url('style/header.css');
@import url('style/hero.css');
@import url('style/button.css');
@import url('style/footer.css');
@import url('style/card.css');
@import url('style/toastr.css');

.theme-toggle {
    padding: 0.5rem;
    border: none;
    background: transparent;
    border-radius: 50%;
    transition: all 0.2s ease;
    cursor: pointer;
}

.theme-toggle:hover {
    transform: scale(1.15);
}

.theme-toggle i {
    font-size: 1.25rem;
    color: var(--color-text);
}

