/* Custom styles for SPADTT website */

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom font styling */
body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Ensure logo scales properly */
img[alt="SPADTT Logo"] {
    max-width: 100%;
    height: auto;
}

