﻿/* ===== */
/* fonts */
/* ===== */

.txt_os12 {
    font: 400 12px Open Sans;
}
.txt_os12_lh28_sb {
    font: 600 12px Open Sans;
    line-height: 28px !important;
}
.txt_os16 {
    font: 400 16px Open Sans;
}
.txt_os14_lh18 {
    font: 400 14px Open Sans;
    line-height: 18px !important;
}
.txt_g12 {
    font: normal 12px Georgia;
}
.txt_g17_lh28_bold {
    font: bold 133% /* 17px */ Georgia;
    line-height: 2.19em; /* 28px */ !important;
}
.txt_t13_lh20 {
    font: normal 13px "Trebuchet MS";
    line-height: 20px !important;
}
.txt_t13_lh16 {
    font: normal 100% /* 13px */ "Trebuchet MS";
    line-height: 1.25em /* 16px */ !important;
}