@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Thai:wght@300;400;500;600;700&family=Noto+Serif:wght@300;400;500;600;700&display=swap');

body {
    margin: 0px;
    font-family: 'Times New Roman', Times, serif, 'Noto Serif Thai', 'Noto Serif';
}

input {
    font-family: 'Times New Roman', Times, serif, 'Noto Serif Thai', 'Noto Serif';
}

button {
    font-family: 'Times New Roman', Times, serif, 'Noto Serif Thai', 'Noto Serif';
}

::selection {
    background: #3dab39;
    color: white;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: var(--gold-tone-1-color);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--gold-tone-3-color);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: var(--gold-tone-2-color);
}







h1,
h2,
h3,
h4,
h5,
p,
a {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 3.5em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2.5em;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.75em;
}
p {
    font-size: 1.5em;
}
a {
    color: #3dab39;
    font-weight: bold;
    font-size: 1.5em;
}

@media (max-width: 1420px) {
    h1 {
        font-size: 2.7em;
    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 2.3em;
    }
    h4 {
        font-size: 2.0em;
    }
    h5 {
        font-size: 1.7em;
    }
    
    p {
        font-size: 1.2em;
    }
    a {
        font-size: 1.2em;
    }
}