@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;400&display=swap');

#scrollToTop_button {
    display: none;
}

body {
    max-width: 100%;
    max-height: 100vh;
    --header-height: 100px;
    background-color: var(--light-color);
    margin: 0;
}

body, select, input, button {
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
}


/* ------------------------------------------------------------------------- */
/* -------------------------------- CONTENT -------------------------------- */
/* ------------------------------------------------------------------------- */

#content {
    --content-padding: 10px;
    padding: var(--content-padding);
    height: calc(100vh - var(--header-height) - 2 * var(--content-padding));
}

#content img {
    max-width: 100%;
    max-height: 100%;
}

#content embed {
    width: 100%;
    height: 100%;
}

.math, math {
    font-family: Cambria, Georgia, Palatino Linotype, Bookman Old Style, serif;
}