a,
a:visited {
    color: rgb(15, 189, 176);
}

a:hover,
a:focus,
a:active {
    color: rgb(15, 189, 176);
}

html {
    font-size: 11px;
}

@media screen and (min-width: 32rem) and (max-width: 48rem) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 48rem) {
    html {
        font-size: 16px;
    }
}

body {
    line-height: 1.75;
}

p {
    font-size: 1rem;
    margin-bottom: 1.3rem;
}

h1,
h2,
h3,
h4 {
    margin: 1.414rem 0 .5rem;
    font-weight: inherit;
    line-height: 1.4;
}

h1 {
    margin-top: 0;
    font-size: 2.7rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-weight: inherit;
    font-size: 1.12rem;
}

h6 {
    text-align: right;
    font-weight: inherit;
    font-size: .88rem;
}

body {
    color: #444;
    font-family: kanit;
    font-weight: 300;
    margin: 0 auto;
    max-width: 48rem;
    line-height: 1.4;
    padding: .25rem;
}

@font-face {
    font-family: kanit;
    src: url(./kanit-light-webfont.woff);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: kanit;
}

h1,
h2,
h3 {
    text-align: center;
}