:root {
    --bg-color: #f2f2f2;
    --header-bg-color: #072f49;
    --sub-header-bg-color: #194a6b;
    --border-color: #edbd03;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 1.3;
}

.text-link {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.75em;
}
