/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html { scroll-behavior: smooth; }

body {
    font-family: "DM Sans", sans-serif;
}

.shadow {
    box-shadow: 0px 0px 0px #ccc;
}

.nav-link.active {
    color: #8115FF !important;
}