@font-face {
  font-family: 'Geist';
  src: url('../fonts/geist/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url('../fonts/geist/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url('../fonts/geist/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url('../fonts/geist/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html, body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Geist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2b2b2b;
}

h1, h2, h3, .uk-heading-medium {
    font-weight: bold;
}

h1, .uk-heading-medium {
    font-size: 3.70rem;
}

.uk-button-primary {
  background-color:#92E3A9;
  color:#000;
  border:1px solid #a9dab7;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.uk-navbar-nav > li > a {
    color: #000;
}

.uk-navbar-container {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.85);
}


.uk-label-success {
  background-color:#92E3A9;
  color:#000;
  border:1px solid #a9dab7;
  border-radius: 5px;
  margin: 4px 3px;
  padding: 3px 10px;
}

.uk-card-default:hover {
  border: 1px solid #c7c6d4;
  border-radius: 7px;
  background: #92E3A9;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: 0;
  background-color: #92E3A9;
  color: #fff;
  border-color: #a9dab7;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, ::selection {
    background-color: #92E3A9;
}

::selection {
    background: #92E3A9;
}

footer {
    /*background-color: #92E3A9;*/
}

.uk-offcanvas-bar {
 background-color: #92E3A9;
 color: black;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
     color: black;
}

footer .uk-nav-default > li > a, .uk-text-muted, .uk-totop {
    color: black !important;
}

.uk-card-default {
    border: 1px solid #dddcdc;
    border-radius: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.uk-link, a {
  color: black;
}

.uk-button-primary:hover, .uk-label-success:hover {
  background-color: #3f423f;
  color: #fff;
}

@media (max-width: 540px) {
  h1, .uk-heading-medium {
    font-size: 2.35rem;
  }
  .hero-image {
    margin-left: 0 !important;
  }

  p, h1, h2, h3, .uk-heading-medium {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}