@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, .btn,
.article-summary-title,
.dropdown-header,
.issue-toc-section-title,
.article-details-issue-identifier {
    font-family: "Poppins" !important;
}

.emial-link {
    display: inline;
}

.emial-link svg {
    width: 25px;
    height: auto;
    margin-left: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins";
    font-weight: bold;
}

.article-details-how-to-cite .dropdown-menu {
    background: #f7f7f7 !important;
}
.article-details-how-to-cite .dropdown-item:hover, .article-details-how-to-cite .dropdown-item:focus {
    background: #fff;
    border-color: #fff;
    color: #000;
    outline: 0;
}

@media (min-width: 992px) {
    #primaryNav .nav-link {
        padding: 1rem;
        font-weight: bold;
        font-size: 18px;
    }
    
    #userNav .dropdown-item, .language-toggle .dropdown-item {
        padding-left: 0.5em;
        font-size: 14px;
        color: #fff;
        text-transform: none;
    }
    
    #primaryNav .dropdown-item {
        font-size: 17px;
        color: #fff;
    }
    
    #primaryNav .dropdown-item:hover {
        color: #fff;
    }
}

.btn-primary {
    color: #fff;
}

.dropdown-menu {
    background: #333
}