@font-face {
    font-family: "Open Sans Regular";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BC Icons";
    src: url("../fonts/icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CIB Font";
    src: url("../fonts/CIBFontSansBold.woff2") format("woff2"),
         url("../fonts/CIBFontSansBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BC Icons";
    src: url("../fonts/icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.icons {
    font-family: "BC Icons", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.cib-font {
    font-family: "CIB Font", Arial, sans-serif;
    font-weight: bold;
}

body {
    font-family: "Open Sans Regular", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Regular", Arial, sans-serif;
    margin: 0;
    padding: 2px 0;
}

p {
    line-height: 1.5;
    margin: 0 0 0px 0;
}

/* article.bc-alert-fixed.bc-alert-active {
animation-name: slide-down-reverse;
animation-duration: .25s;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
display: flex;
}

@media screen and (max-width: 767px) {
    article.bc-alert-fixed {
        left: 16px;
        max-width: calc(100% - 32px);
    }
}

article.bc-alert-fixed-lower {
top: 92px;
}

article.bc-alert, article.bc-alert-active {
border-radius: 8px 8px 8px 8px;
box-shadow: 0 16px 20px 0 rgba(24,22,21,.5607843137),0 1px 12px 0 rgba(24,22,21,.3215686275);
}

article.bc-alert-fixed {
position: fixed;
height: auto;
top: 16px;
left: calc(50% - 710px/2);
z-index: 9999;
max-width: 710px;
}

article.bc-alert, article.bc-alert-active {
width: 100%;
background-color: #fff;
display: table;
flex-direction: row;
opacity: 0;
display: none;
}
 */
