/* Adjust font styling */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, li {
font-family: Inter, sans-serif;
font-weight: 300;
}

/* Hide category selector */

div.streamCats {
display: none;
}

div.featureAction a {
font-weight: bold;

}

h3.featureTitle a {
color: #000000 !important;
}

p {
font-weight: 300;
}

.header a.publicLogo {
    width: 200px !important;
}

.standalone .header .publicLogo.custom {
    background-image: url('https://brand.partnerstack.com/beamer/logo-horizontal-white.svg') !important;
}

/*body:not(.inapp) .header, body:not(.inapp) .news .cover, body:not(.inapp) .modeTab.widgetMode {
    background: url('https://brand.partnerstack.com/beamer/beamer-header.png') !important;
    background-size: cover !important;
}*/

/*.header {
    transition: unset !important;
    -webkit-transition: unset !important;
}*/

@media (max-width: 1414px) {
.standalone .header .publicLogo.custom {
    background-image: url('https://brand.partnerstack.com/beamer/logo-icon-white.svg') !important;
}

.header a.publicLogo {
    width: 50px !important;
}
body:not(.inapp) .header, body:not(.inapp) .news .cover, body:not(.inapp) .modeTab.widgetMode {
    background: #091667 !important;
}
}