:root {
    --navy: #102844;
    --deep: #0f4068;
    --sky: #1d8dd6;
    --sun: #f05a24;
    --ice: #f2f7fc;
    --slate: #4d6a85;
    --soft: #cfe0f0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
