@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');
:root {
  --font-family-space-mono: 'Space Mono', sans-serif;
  --text-rgb-30-30-30: rgba(30, 30, 30, 1);
}

.text-rgb-30-30-30 {
  color: var(--text-rgb-30-30-30);
}


/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Prototype Links (v5.6.0) */
a.prototype-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.text-2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-space-mono);
  font-weight: 700;
  font-size: 150px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-30-30-30);
}


.text-4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-space-mono);
  font-weight: normal;
  font-size: 45px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-30-30-30);
}

.desktop-2-1 {
@media (max-width: 1440px) {
  .desktop-2-1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .desktop-2-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(255, 255, 255, 1);
}
