@font-face {
    font-family: 'BOG Headline';
    src: url('../fonts/BOG-Headline/BOG-Headline-Medium.eot');
    src: url('../fonts/BOG-Headline/BOG-Headline-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BOG-Headline/BOG-Headline-Medium.woff2') format('woff2'),
        url('../fonts/BOG-Headline/BOG-Headline-Medium.woff') format('woff'),
        url('../fonts/BOG-Headline/BOG-Headline-Medium.ttf') format('truetype'),
        url('../fonts/BOG-Headline/BOG-Headline-Medium.svg#BOG-Headline-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BOG';
    src: url('../fonts/BOG-Medium/BOG-Medium.eot');
    src: url('../fonts/BOG-Medium/BOG-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BOG-Medium/BOG-Medium.woff2') format('woff2'),
        url('../fonts/BOG-Medium/BOG-Medium.woff') format('woff'),
        url('../fonts/BOG-Medium/BOG-Medium.ttf') format('truetype'),
        url('../fonts/BOG-Medium/BOG-Medium.svg#BOG-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.g-headline{
    font-family: 'BOG Headline';
}

.g-text{
    font-family: 'BOG';
}

.g-block{
    display: block;
}

.nav-link svg{
    width: 25px;
    padding-right: 10px;
}

.g-panel-icon{
    width: 32px;
    height: 32px;
}

.alert-success.bg-success span{
    color: white;
}

.alert-success.bg-success .btn-close{
    color: white !important;
    filter: invert(1);
}

.alert-danger.bg-danger span{
    color: white;
}

.alert-danger.bg-danger .btn-close{
    color: white !important;
    filter: invert(1);
}

#profileForm .alert{
    margin-bottom: 15px !important;
}

.justify-between{
    margin-bottom: 15px;
}

svg[fill="currentColor"]{
    width: 20px;
}

.g-actions a{
    font-size: 20px;
    margin: 0 10px 0 0;
}

.tooltip{
    font-family: 'BOG';
}

.pagetitle h1{
    font-size: 20px;
}

.g-padding15{
    padding: 15px;
}

.g-marginbottom0{
    margin-bottom: 0;
}


input, textarea, select{
    font-family: 'BOG';
}