/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/fira-sans-v17-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/fira-sans-v17-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --primary: #004528;
  --primary-light: rgba(0, 69, 40, 0.075);
  --secondary: #111;
  --emphasis: #111;
}
.uk-logo img {
  max-width: 320px;
}
.ar-1-1 {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 32px;
}
.uk-label {
  border-radius: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
.uk-label.uk-label-light {
  background-color: var(--primary-light);
  color: var(--primary);
}
.project .project__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  vertical-align: bottom;
}
.project .project__content {
  text-align: center;
  padding: 20px;
}
.project .project__content h4 {
  font-size: 18px;
  margin: 0 0 4px 0;
}
.project .project__meta {
  font-size: 15px;
}
.testimonial .testimonial__image {
  margin-bottom: 20px;
}
.testimonial .testimonial__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
  border-radius: 16px;
}
.testimonial .testimonial__content .testimonial__quote {
  margin-bottom: 20px;
}
.testimonial .testimonial__content .testimonial__name {
  font-weight: bold;
}
.feature__icon {
  aspect-ratio: 1/1;
  background-color: var(--primary-light);
  max-width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
}
.feature__icon svg {
  width: 32px;
  color: var(--primary);
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: 'Poppins', 'sans-serif';
  /* color: var(--primary); */
}
@media screen and (max-width: 720px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
}
.uk-button {
  text-transform: none;
}
.uk-button.uk-button-primary,
.uk-button.uk-button-secondary {
  letter-spacing: 0;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 40px;
}
.uk-accordion li a {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin: 0;
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 0px;
}
.uk-navbar-nav > li > a {
  text-transform: none;
}
