@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

body {
    font-family: 'Poppins', sans-serif;
}

:root {
    --primary-gradient: linear-gradient(90deg, #E04F5F 0%, #A34FE0 100%);
    --bg-dark: #12081F;
    --card-bg: #1E122B;
    --text-main: #FFFFFF;
    --text-muted: #BFA6FF;
    --accent-pink: #FF4FA3;
    --accent-purple: #B56CFF;
}
