@layer general {
  @font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat/montserrat-latin-vf.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }

  body {
    color: #3c484e;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga' on;
  }

  .inner {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
  }

  .outer {
    padding: 0 4vw;
  }

  .site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .horizontal-strip {
    margin: 0 0 1.5em 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    grid-column-gap: 10px;
  }

  .horizontal-strip__item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    height: 200px;
  }

  .horizontal-strip__item--left {
    justify-content: flex-start;
  }

  .horizontal-strip__item--right {
    justify-content: flex-end;
  }

  .horizontal-strip__image {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    margin: 0 !important;
  }

  .special-header {
    border-bottom: 0.5px solid black;
  }
}
