:where([class^="ri-"])::before { content: "\f3c2"; }

body {
    font-family: 'Poppins', sans-serif;
}

.logo {
    font-family: 'Pacifico', serif;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #6aa13f;
}

.partner-logos {
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
} 