/* Custom CSS overrides */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

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

:root {
    --primary-color: #0d9488; /* Tailwind's teal-600 */
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
}
