@font-face {
  font-family: 'Outfit';
  src: url('/static/fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Outfit';
  src: url('/static/fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
}

body {
  font-family: 'Outfit', Arial, sans-serif;
  max-width: 100%;
  min-height: unset;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
}

h1 {
  font-family: 'Outfit', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #B68D4D;
  width: 90%;
}


.row {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.lech-separator {
  display: block;
  width: 100%;
  height: auto;
  margin: 0.75rem 0;
}

.copy {
  color: gray;
  padding-bottom: 0.5rem;
  font-size: 0.7rem;
}

@media screen and (max-width: 762px) {

    .col.s1{width:8.33333%}.col.s2{width:16.66666%}.col.s3{width:24.99999%}.col.s4{width:33.33333%}
    .col.s5{width:41.66666%}.col.s6{width:49.99999%}.col.s7{width:58.33333%}.col.s8{width:66.66666%}
    .col.s9{width:74.99999%}.col.s10{width:83.33333%}.col.s11{width:91.66666%}.col.s12{width:99.99999%}
  }

