@font-face {
    font-family: "borgia_proregular";
    src: url("../fonts/BorgiaPro-Regular-webfont.eot");
    src: url("../fonts/BorgiaPro-Regular-webfont.eot?#iefix") format("embedded-opentype"),
        /*url("../fonts/BorgiaPro-Regular-webfont.woff2") format("woff2"), url("../fonts/BorgiaPro-Regular-webfont.woff") format("woff"),*/
        url("../fonts/BorgiaPro-Regular-webfont.ttf") format("truetype"),
        url("../fonts/BorgiaPro-Regular-webfont.svg#borgia_proregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "borgia_capsregular";
    src: url("../fonts/BorgiaCaps-Regular-webfont.eot");
    src: url("../fonts/BorgiaCaps-Regular-webfont.eot?#iefix") format("embedded-opentype"),
        /*url("../fonts/BorgiaCaps-Regular-webfont.woff2") format("woff2"), url("../fonts/BorgiaCaps-Regular-webfont.woff") format("woff"),*/
        url("../fonts/BorgiaCaps-Regular-webfont.ttf") format("truetype"),
        url("../fonts/BorgiaCaps-Regular-webfont.svg#borgia_capsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


.ptcaps {
    font-variant: small-caps;
}

.borgia {
    font-family: "borgia_capsregular", serif;
}

.primary-hover:hover {
    background-color: var(--primary) !important;
}