/* Woodmart Child Theme Styles */

/* Import Instrument Sans font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');

/* Moderland Typography - Body Text */
body {
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.65;
    font-weight: 400;
}

/* Remove dropdown arrows from navigation - Ultra specific  */
.wd-nav > li.wd-has-children > a:after,
.wd-nav > li.menu-item-has-children > a:after {
    content: "" !important;
    font-family: inherit !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
