﻿* {
    font-family: 'BaiJamjuree';
}

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree/BaiJamjuree-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

.BaiJamjuree {
    font-family: 'BaiJamjuree';
}
