@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Inter:wght@300;400;600&display=swap');

body {
    background-color: #050624;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, .title-font {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}

.custom-scroll::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #ff3366;
    border-radius: 2px;
}
