body { font-family: 'Inter', sans-serif; }
*, *::before, *::after {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: 300ms;
}