/* track.php - Request takip sayfası stilleri */

html {
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    -ms-overflow-style: none;
    background-color: #FDFDF2;
    background-image: radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.05) 1px, transparent 0);
    background-size: 24px 24px;
}

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