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

  body {
            font-family: 'Space Grotesk', sans-serif;
        }
.bg-custom-blue { background-color: #50ABE4; }
.hover-custom-blue:hover { background-color: #3f99d1; transition: 0.3s; }
