@font-face {
    font-family: 'Swanston';
    src: url('/Swanston.ttf');
}

@font-face {
    font-family: 'Chakra';
    src: url('/ChakraPetch-Regular.otf');
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Chakra';
    height: 100%;
}

.hidden {
    display: none;
}

.wh100 {
    width: 100%; height: 100%;
    position: absolute;
    margin: 0 !important;
}

.w100 {
    width: 100%;
}