/*
Theme Name: CCI Loans Theme
Author: Your Name
Description: A custom theme for CCI Loans Ltd. based on a static HTML design.
Version: 1.0
*/

body {
    font-family: 'Poppins', sans-serif;
}
.slide {
    transition: opacity 1s ease-in-out;
}

