@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: 'IBMPlexSansThai';
    src: local('IBMPlexSansThai'), url(../fonts/IBMPlexSansThai-Regular.ttf) format('truetype');
}

* {
    font-family: IBMPlexSansThai !important;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 3.5rem;    /* Footer height */
}   
  
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.5rem;            /* Footer height */
}