@import url('https://fonts.googleapis.com/css?family=Quicksand');

@import "../settings/_colors";

body {
    color: $black;
    font-family: 'Quicksand', sans-serif;

    .f-normal {
        font-style: normal;
        font-weight: normal;
        line-height: normal;

        &.bold {
            font-weight: bold;
        }
    }

    h1 {
        &.f-normal {
            font-size: 45px;
        }
    }

    h2 {
        &.f-normal {
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 1px;
        }
    }
}
