/* Roboto light */
@font-face {
    font-family: "Roboto";
    src: url("/css/fonts/Roboto-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Roboto regular */
@font-face {
    font-family: "Roboto";
    src: url("/css/fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Roboto medium */
@font-face {
    font-family: "Roboto";
    src: url("/css/fonts/Roboto-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Roboto bold */
@font-face {
    font-family: "Roboto";
    src: url("/css/fonts/Roboto-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Ubuntu regular */
@font-face {
    font-family: "Ubuntu";
    src: url("/css/fonts/Ubuntu-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Ubuntu bold */
@font-face {
    font-family: "Ubuntu";
    src: url("/css/fonts/Ubuntu-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.6rem;
    font-weight: 400;
    font-style: normal;
    color: #707070;
}

strong {
    font-weight: 700;
}

nav a {
    font-family: "Ubuntu", sans-serif;
}

h1, .h1 {
    font-size: 3.8rem;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.subheadline {
    font-size: 1.8rem;
    font-weight: 300;
}

h2, .h2 {
    font-size: 2.5rem;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

h3, .h3 {
    font-size: 1.9rem;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px 0;
}