@font-face {
    font-family: "Ubuntu";
    src: url("/font/Ubuntu-R.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Ubuntu";
    src: url("/font/Ubuntu-L.ttf") format("truetype");
    font-weight: 300;
}
/*
@font-face {
    font-family: "Ubuntu";
    src: url("/font/Ubuntu-Th.ttf") format("truetype");
}
*/
body {
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: 400;
}

.popover {
    font-family: "Ubuntu";
}

.form-control {
    font-size: 18px;
    height: 48px;
}
.select2-selection {
    font-size: 18px !important;
}

.btn {
    font-size: 18px;
}

h1 {
    font-size: 28px;
    font-weight: 300;
}
label {
    font-size: 18px;
    font-weight: 400;
}
.big-text {
    font-size: 28px;
    font-weight: 400;
}
.small-text {
    font-size: 14px;
    font-weight: 300;
}
.small-bold-text {
    font-size: 14px;
    font-weight: 400;
}
.thin-text {
    font-weight: 300;
}

.table th,td {
    font-size: 14px;
    font-weight: 400 !important;
}
