@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75;
    background-color: #000E37;
}

#content h1,
#content h2,
#content h3 {
  font-weight: 500;
  letter-spacing: 0.045em;
  color: #FFFFFF;
}

#navigation {
    font-weight: 500;
    letter-spacing: 0.025em;
}

#header-wrapper {
    background-color: #000E37;
    color: #FFFFFF;
}

#content {
    /* color: rgb(166 178 190); */
    color: rgb(220, 227, 235);
    letter-spacing: 0.025em;
    font-weight: 300;
}

#content a {
    color: #f56438 !important;
}

#navigation a.selected {
    background-color: #eef1f633 !important;
}

#footer {
    color: #ffffff7e;
}