@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Regular.woff2') format('woff2'),
       url('/fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Bold.woff2') format('woff2'),
       url('/fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #333;
}
p, li {
  font-size: 16px;
  color: #333;
}
.uk-card-default {
  font-size: 16px;
  color: #333;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  color: #111;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin: 0 !important;
  padding: 0 !important;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 !important;
  padding: 0 !important;
}
.logo-img {
  max-height: 30px;
}
.hero-section {
  background: url('../images/ucari-hero.jpg') center center / cover no-repeat;
  position: relative;
  color: white;
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 100px 20px;
}
.uk-section-small {
  padding: 20px 0 !important;
}
.uk-button-secondary, .uk-section-primary {
  background-color: #142b6f !important;
  color: #fff !important;
}
footer {
  font-size: 14px;
}
.uk-section-muted {
    background: #e5f3fd !important;
}
.product-thumbnail {
  width: 150px;
  height: auto;
}