body {
    font-family: 'Oswald', sans-serif;
}

.ggskin {
    font-family: 'Oswald' !important;
    font-size: 16px !important;
}

/* .categoryCloner .categoryTitle {
    font-weight: 500 !important;
    padding-bottom: 2px;
} */

.ht_flag .cntFlagInfo .flagContent > div {
    font-family: 'Barlow', sans-serif;
    font-weight: 400 !important;
    font-size: 11px;
}

p[style*="font-weight: 400"],
div[style*="font-weight: 400"],
p[style*="font-weight: 500"],
div[style*="font-weight: 500"],
.ggskin[style*="font-weight: 500"],
.ggskin[style*="font-weight: 400"],
.ggskin[style*="font-weight: normal"],
.ggskin div[style*="font-weight: normal"],
strong,
.categoryCloner .nodeCloner .nodeContainer .nodeTitle,
b,
.customFont,
.Barlow,
.masterIconsContainer .next_prev_button.lableVisible {
    font-family: "Barlow" !important;
}

/* .categoryTitle,
.splashScreenTitle > div,
.next_prev_button_title > div,
.pano_title > div {
    font-family: "Oswald" !important;
    font-weight: 500 !important;
}*/

h1,
h2,
h3,
h4 {
    font-family: "Oswald" !important;
}

h3 {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

hr {
    border: 1px solid #f26f31;
    width: 100%;
    /* height: 1px; */
    color: black;
}

.no-space {
    margin: 0;
    /* padding-left: 20px; */
    display: grid;
    gap: 5px;
    /* keeps bullet alignment */
}

.no-space li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    /* controls spacing between lines */
}

.popup_image {
    pointer-events: none !important;
    overflow: visible !important;
}

.popup_image img {
    pointer-events: all !important;
    width: auto !important;
    height: auto !important;
    max-width: 90vw !important;
    max-height: 85vh !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0px !important;
}


/* font-face */
@font-face {
    font-family: 'Barlow';
    src: url('./fonts/barlow.woff2') format('woff2');
    font-weight: 100 500;
    font-style: normal;
    font-display: swap;
}

/* Oswald handles all weights from 501 to 900 */
@font-face {
    font-family: 'Oswald';
    src: url('./fonts/oswald.woff2') format('woff2');
    font-weight: 501 900;
    font-style: normal;
    font-display: swap;
}

/* Flag Bg */

.ht_flag .cntFlagInfo .flagContent > div {
    background-color: #505050 !important;
}

.customPos {
    top: calc(50% - 141px) !important;
}