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

h1,h2 {
    text-transform: uppercase;
    font-family: 'Noto Serif Yezidi', serif;
}
    /* Global scrollbar customization (not recommended unless needed) */
::-webkit-scrollbar {
width: 3px;
}

::-webkit-scrollbar-thumb {
background-color: #f97316;
border-radius: 9999px;
}
