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

body {
    /*margin-top: 30px;*/
    font-family: "Inter", sans-serif;
    background-color: var(--bg-main);
}
 
footer {
    position: absolute;
    text-align: center;
    color: var(--text-secondary);
    width: 95%;
    bottom: 0;
    padding-bottom: 15px;
}