@font-face {
    font-family: funny_cute;
    src: url("../fonts/Funny\ &\ Cute.ttf");
}

@font-face {
    font-family: inter;
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: playfair;
    src: url("../fonts/PlayfairDisplay-VariableFont_wght");
}

.inter {
    font-family: inter;
}

.playfair {
    font-family: playfair;
}

.funny {
    font-family: funny_cute;
}

.text-primer {
    color: #735ff2 !important;
}

.text-orange {
    color: #ff7b52 !important;
}

.text-gray {
    color: #a5a5a5 !important;
}

body {
    background-color: #f2f5fc;
}
