@import "./header.css";

body, html {
    font-family: "Montserrat", sans-serif;
}

:root {
    --primary-color: rgb(255, 43, 100)
}
