/* Fonts */
@import 'uli-hh-fonts.css';

/* HTML */
html
{
  font-family: 'Mulish', sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  color: #131313;
  background: #f8f9ff;
}
/* UIKIT OVERRIDE*/
a,
.uk-link {
  color: #1e87f0;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: none;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #131313;
  border-color: #131313;
}
/* TEXT */
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: 900;
}
/* COLORS */
.black  {
  color: #131313;
}
/* BACKGROUND */
.background-secondary {
  background: #DCC7A0;
}
/* LOGOS */
.logo_header  {
  height: 60px;
}
/* ICONS */
.icon-small {
  font-size: 18px
}
/* HEADER */
header  {
  background: #ffffff;
  padding: 20px 0;
  font-size: .875rem;
}
/* MAIN */
main {
  padding: 40px 0;
}
/* WELCOME */
#welcome {
}

