@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

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

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

/* Custom utility class overrides or additions can go here */
.text-brand-green {
    color: #2F855A;
}

.bg-brand-green {
    background-color: #2F855A;
}
