:root {
    --theme-color: white;
    --primary-color: rgb(16, 121, 192);
    --secundary-color: #ffffff;
    --text-color-inverse: rgb(255, 255, 255);
    --text-color: rgb(0, 0, 0);
    --text-shallow-color: #e5e5e5;
    --menu-mobile-background-color: rgb(0, 47, 255);
}



html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 70px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
}

a {
    text-decoration: none;
    color: var(--text-color);
}

