:root {
    --color-primary: #00b9e6;
    --color-secondary: #0885a4;
    --color-tertiary: rgb(28, 86, 101);
    --color-text: #151719;
    --bg-offwhite: #e1f9ff;
    --bg-dark: #051d23;
    --bg-black: #041726;
    --transition-duration: 300ms;
    --corners-radius: 15px;
    --spacing-small: .475em;
}