* {
    margin: 0;
    border: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: var(--font-primary);
}

:root{
    --color-primary: #007AFF;
    --color-secondary: #00537F;
    --color-green: #7EC205;
    --color-alt-blue: #008FC4;
    --color-gray: #DBDBDB;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-darker-green: #3C5C02;
    --color-gray-text: #525C60;

    --font-primary: "Roboto";
    --font-weight: 700
}