/* custom-request.php - Özel hesap talep formu */

body,
body.bg-background-light {
    font-family: 'Nunito', sans-serif;
    background-color: #FDFDF2 !important;
    background-image: radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.05) 1px, transparent 0) !important;
    background-size: 24px 24px !important;
}

#custom-request-page h1,
#custom-request-page h2,
#custom-request-page h3,
#custom-request-page h4 {
    font-family: 'Fredoka', sans-serif;
}

html {
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    -ms-overflow-style: none;
}
