﻿
@font-face {
    font-family: 'DuNord-Regular';
    src: url('../Content/Fonts/DuNord-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'DuNord-DemiBold';
    src: url('../Content/Fonts/DuNord-DemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'DuNord-Bold';
    src: url('../Content/Fonts/DuNord-Bold.otf') format('opentype');
}

body {
    font-family: DuNord-Regular !important;
    
}
b, strong {
    font-family: DuNord-DemiBold !important;
}

.btn-primary {
    color: #fff;
    background-color: rgb(0,45,115) !important;
    border-color: rgb(0,45,115) !important;
}

.btn-danger {
    color: #fff;
    background-color: rgb(200,15,45) !important;
    border-color: rgb(200,15,45) !important;
}

.heading-layout-topbar {
    margin-left: 13rem !important;
    font-size: 2rem;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .heading-layout-topbar {
        display: none !important;
    }
   
}
@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.5rem !important;
        width: 14rem;
    }
        .sidebar .nav-item .nav-link span {
            font-size: 1rem !important;
        }
}
