/*
Theme Name: Turtle Bay Villa
Author: sideth.vich@gmail.com
Version: 1.0
*/

* {
    font-family: 'Nunito', sans-serif;
}

html, body {
    font-size: 16px;
    height: 100%;
}

a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #C4AE4E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4, h5 h6 {
    color: #212529;
    font-size: 16px;
}

p, ul {
    font-size: 16px;
}

img {
    max-width: 100%;
}
