@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-VariableFont.ttf");
}
:root{
    --elements: rgb(45, 151, 45);
    --background: rgb(243, 243, 243);
    --border: rgb(206, 206, 206);
}
body{
    margin: 0px;
}