@font-face {
  font-family: colfax;
  src: url("font/ColfaxWebLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: colfax;
  src: url("font/ColfaxWebRegular.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  color: #111;
  background: #fff;
  font: 13px/1.45 colfax, sans-serif;
  letter-spacing: 0;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.075) 0 0.45px, transparent 0.7px);
  background-size: 10px 10px, 10px 10px, 5px 5px;
  mix-blend-mode: multiply;
}

body::after {
  opacity: 0.05;
  background:
    repeating-linear-gradient(
      96deg,
      rgba(48, 48, 48, 0.018) 0,
      rgba(48, 48, 48, 0.018) 1px,
      transparent 1px,
      transparent 16px
    );
}

a {
  color: inherit;
  text-decoration: none;
}

.siteName,
.homeLink,
.placeholder {
  position: fixed;
  z-index: 1;
  text-transform: uppercase;
}

.siteName {
  top: 58px;
  left: 72px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32em;
  white-space: nowrap;
  -webkit-text-stroke: 0.18px currentColor;
}

.homeLink {
  top: 56px;
  right: 62px;
  color: #777;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.placeholder {
  left: 72px;
  right: 72px;
  bottom: 74px;
  color: #777;
  font-size: 26px;
  letter-spacing: 0.02em;
}

@media (max-width: 720px) {
  .siteName {
    top: 34px;
    left: 28px;
    font-size: 12px;
  }

  .homeLink {
    top: 34px;
    right: 28px;
  }

  .placeholder {
    left: 28px;
    right: 28px;
    bottom: 44px;
    font-size: 22px;
  }
}
