:root {
    --color-primary: #245f8b;
    --color-secondary: #77bff5;
    --color-tertiary: #c7e6fe;
    --color-text: #222;
    --bg-offwhite: #eee;
    --bg-dark: #222;
    --bg-black: #000;
    --transition-duration: 300ms;
    --corners-radius: 15px;
    --spacing-small: .475em;
}