/*!
 * Custom Style Sheets
 * By Cosmic Space.
 */

 @import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@600&display=swap');

 body {
    font-family: Bai Jamjuree!important;
 }


.hamburger_link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-grow: 1 !important;
    min-width: 50px !important;
    overflow: hidden !important;
    white-space: nowrap!important;
    font-family: 'Bai Jamruee' !important;
    font-size: 13px !important;
    color: #aaaec9 !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
    transition: background-color 0.1s ease-in-out !important;
    border-radius: 10px;
}
