/** Montserrat via Google Fonts **/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

root: {
  --lumx-typography-font-family: "Montserrat", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif";
  --lumx-typography-custom-font-family: "Montserrat", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif";
}

.widget--custom-widget {
  & .block-slideshow__controls {
    margin-top: 0px !important;
  }
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.widget--dashboard-title {
  .widget-title__title {
    font-size: 32px;
    color: var(--lumx-color-dark-L1) !important;
    text-align: right;
  }
}

.block-html a {
  font-weight: 500;
}

/** Searchbar Customization **/
.header-top__search {
  & .searchbox.searchbox--theme-dark {
    background-color: #ffffff;
    & input {
      color: var(--lumx-color-primary-N) !important;
      font-weight: bold;
      &::placeholder {
        color: inherit !important;
        font-weight: normal;
      }
    }
  }

}

/** Welcome Widget **/
.widget-welcome {
    color: var(--lumx-color-dark-L1) !important;
    font-weight: 700;
  & span {
    color: var(--lumx-color-primary-N);
  }
}

/** Full Width Restriction **/
.component-row--is-full-width {
  & .component-row__wrapper {
    margin: auto !important;
    max-width: 1920px !important;
  }
}

/** Home - Alert Functionality **/
.widget--alert {
  & .block-page-preview--theme-light .block-page-preview__link {
    color: rgb(187, 34, 83);
  }
}

.widget--upmc-slider {
  & .widget-header__heading {
    z-index: 1;
  }
}