@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #FDFBF7;
}

::-webkit-scrollbar-thumb {
    background: #FDA4AF;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #F43F5E;
}

/* Base custom styles */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth Image reveals */
img {
    transition: transform 1s ease, filter 1s ease;
}

img:hover {
    filter: brightness(1.05);
}
