@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html{
    scroll-behavior: smooth;
}

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

.background-section {
    width: 100%;
    background: linear-gradient(to bottom right, yellow 25%, #302D7D 25%);
}