/* Custom Font Setup using Inter (Tailwind default) */
body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}
/* Style for the main container to prevent scrolling under fixed header */
main {
    padding-top: 4rem; /* Match header height */
}
div#headerLogoWrap{
    height: 100%;
}

img#headerLogo{
    height: 100%;
}

