@import "./reset.css";
@import "./variables.css";

@import "../Components/Navigation/style.css";
@import "../Components/Hero/style.css";
@import "../Components/Content/style.css";
@import "../Components/features/style.css";
@import "../Components/testimonials/style.css";
@import "../Components/Call_To_Action/style.css";
@import "../Components/Team/style.css";
@import "../Components/Socials/style.css";
@import "../Components/Footer/style.css";

html{
    font-family: "DM Sans";
    background-color: var(--clr-light);
}