@font-face {
  font-family: tiempos-headline-semibold;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/tiempos-headline-web-semibold.woff2") format("woff2");
}

@font-face {
  font-family: tiempos-text-regular;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/tiempos-text-web-regular.woff2") format("woff2");
}

@font-face {
  font-family: tiempos-text-bold;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/tiempos-text-web-bold.woff2") format("woff2");
}

@font-face {
  font-family: founders-grotesk-condensed-semibold;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/founders-grotesk-condensed-semibold.woff2") format("woff2");
}

@font-face {
  font-family: founders-grotesk-condensed-regular;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/founders-grotesk-condensed-regular.woff2") format("woff2");
}


body {
  margin: 0;
  font-family: tiempos-text-regular, Georgia, serif;
  font-size: 20px;
  line-height: 1.6;
}

p {
  margin: 0 0 8px;
}

p strong {
  font-family: tiempos-text-bold, Georgia, serif;
}

header {
  border-bottom: 1px solid #D7D7D7;
}

.header-inner {
  width: 100%;
  max-width: 930px;
  display: flex;
  gap: 4px;
  padding: 44px 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.header-title {
  font-family: founders-grotesk-condensed-semibold, "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  align-self: stretch;
}

.inf-logo {
  height: 48px;
}

main {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding: 32px 0 48px;
  box-sizing: border-box;
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 0;
}

h1 {
  font-family: tiempos-headline-semibold, Georgia, serif;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 48px;
}

.button {
  background: #000;
  font-family: founders-grotesk-condensed-regular, "Arial Narrow", Arial, sans-serif;
  color: #fff;
  border-radius: 4px;
  padding: 8px 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.open-icon {
  height: 20px;
}

.mailto {
  color: #000;
  text-decoration: none;
}

.inf-logo-bottom {
  height: 80px;
  display: flex;
  justify-self: end;
}

@media screen and (max-width: 640px) {
  .header-inner {
    padding: 16px 20px;
  }

  main {
    padding: 32px 20px 48px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 32px;
  }
}
