
@font-face {
    font-family: GT-Walsheim-Bold;
    /* src: url('/fonts/GTWalsheimPro-Regular.ttf'); */
    /* src: url('/fonts/GT-Walsheim-Bold.otf'); */
    src: url('/fonts/custom-fonts/GTWalsheimPro-Bold.ttf');
}
@font-face {
    font-family: GT-Walsheim;
    src: url('/fonts/custom-fonts/GTWalsheimPro-Regular.ttf');
}
@font-face {
    font-family: Avenir;
    src: url('/fonts/Avenir.ttc');
}
@font-face {
    font-family: IowanOldStyle;
    src: url('/fonts/IowanOldStyle.ttc');
}
@font-face {
    font-family: Stag-Light;
    src: url('/fonts/Stag-Light.otf');
}
@font-face {
    font-family: StagSans-Light;
    src: url('/fonts/StagSans-Light.otf');
}

body{
    font-family: GT-Walsheim !important;
}
.custom-font-bold{
    font-family: GT-Walsheim !important;
    font-weight: 700 !important;
}
.font-gt-bold {
    font-family: GT-Walsheim-Bold !important;
}
.font-small {
    font-family: GT-Walsheim-Bold !important;
    font-size: 12px;
}
.font-gt {
    font-family: GT-Walsheim !important;
}
.font-Avenir {
    font-family: Avenir;
}
.font-Avenir-bolder {
    font-family: Avenir;
    font-size: 10pt;
    font-weight: bolder;
}

.font-IowanOldStyle {
    font-family: IowanOldStyle;
    font-style: roman;
    font-size: 8.5pt;
    line-height: 16pt;
    color: black;
}
.font-Stag-Light {
    font-family: Stag-Light;
    font-size: 31pt;
    color: white;
}
.font-StagSans-Light {
    font-family: Stag-Light;
    font-size: 9pt;
    color: rgb(13, 45, 108);
}

