@font-face {
    font-family: 'Felix Titling';
    src: url('../fonts/Felixti.TTF') format('truetype'); /* Ganti dengan path yang sesuai */
}

@font-face {
    font-family: 'Brush Script MT';
    src: url('../fonts/BRUSHSCI.TTF') format('truetype'); /* Ganti dengan path yang sesuai */
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
.felix {
    font-family: 'Felix Titling', serif;
}

.brush {
    font-family: 'Brush Script MT', cursive;
}
body, html {
    font-family: 'Poppins', sans-serif;
}