/* Custom CSS for Impactable Landing Page */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Add any custom animations or overrides here */
.overflow-clip {
    overflow: clip;
}
