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

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

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

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


.bg-accent-2 {
	background-color: rgb(0,95,127,1.0)!important;
}