/* your styles go here */
/* Example site test */


@font-face {
  font-family: 'Aardvark Fixed';
  font-style: Regular;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('fonts/aardvark-fixed-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@font-face {
  font-family: 'Aardvark Fixed';
  font-style: Strong;
  font-weight: 1000;
  font-display: swap;
  src: local(''),
       url('fonts/aardvark-fixed-strong.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}

body {
  font-family: 'Aardvark Fixed', Regular;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}
