@font-face {
    font-family: "futura_medium_bt"; 
    font-size: 14px; font-style: normal; 
    font-variant: normal; 
    src: url('../fonts/futura/futura-20medium-20bt.ttf');
    font-weight: 400; 
    line-height: 20px;
}

@font-face {
    font-family: "futura_XBlk_BT"; 
    font-size: 14px; font-style: normal; 
    font-variant: normal; 
    src: url('../fonts/futura/futura_XBlk_BT.ttf');
    font-weight: 400; 
    line-height: 20px;
}


@font-face {
    font-family: "helveticanowdisplay_bold"; 
    font-size: 14px; 
    src: url('../fonts/HelveticaNowDisplay-Bold.ttf');
    font-weight: bold; 
    line-height: 20px;
}

@font-face {
    font-family: "AlbertSans-Medium"; 
    font-size: 14px; 
    src: url('../fonts/albert_sans/fonts/ttf/AlbertSans-Medium.ttf');
    font-weight: bold; 
    line-height: 20px;
}


.font-timenewroman {
    font-family: "Times New Roman", Times, serif;
}
.font-futuramediumbt {
    font-family: "futura_medium_bt"; 
}

.font-futura_XBlk_BT {
    font-family: "futura_XBlk_BT"; 
}

.helveticanowdisplay_bold {
    font-family: "helveticanowdisplay_bold"; 
    font-weight: bold; 
}

.albertsans_medium {
    font-family: "AlbertSans-Medium";
}