/* For all headings */
@font-face {
    font-family: 'Marshmallow';
    src: url('fonts/Marshmallow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* For all other body */
@font-face {
    font-family: 'IBMPlexSans';
    src: url('fonts/IBMPlexSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply 'Marshmallow' font for all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Marshmallow', sans-serif;
}

/* Apply 'IBMPlexSans' font for all other body text */
body, p, span, div, section, article, aside, footer, header, nav {
  font-family: 'IBMPlexSans', sans-serif;
}

#top-bar .topbar-menu-container ul:last-child>li:last-child.nasa-select-languages .nasa-list-languages, 
#top-bar .topbar-menu-container ul:last-child>li:last-child .wcml-dropdown li.wcml-cs-active-currency>ul {
    left: 0 !important;
    right: -15px !important;
}