html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

li > ol,
li > ul {
  margin-bottom: 0;
}

input, button, textarea, select {
  font: inherit;
}

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

html {
  font-size: 14px;
  line-height: 1.2;
  overflow-y: scroll;
  min-height: 100%;
}

.u-mr--tiny {
  margin-right: 0.2857rem;
}

.u-mr--smaller {
  margin-right: 0.5714rem;
}

.u-mr--small {
  margin-right: 0.8571rem;
}

.u-mr {
  margin-right: 1.1429rem;
}

.u-mr--large {
  margin-right: 2.5714rem;
}

.u-mr--larger {
  margin-right: 3.4286rem;
}

.u-mr--huge {
  margin-right: 5.1429rem;
}

.u-mb--tiny {
  margin-bottom: 0.2857rem;
}

.u-mb--smaller {
  margin-bottom: 0.5714rem;
}

.u-mb--small {
  margin-bottom: 0.8571rem;
}

.u-mb {
  margin-bottom: 1.1429rem;
}

.u-mb--large {
  margin-bottom: 2.5714rem;
}

.u-mb--larger {
  margin-bottom: 3.4286rem;
}

.u-mb--huge {
  margin-bottom: 5.1429rem;
}

.u-mr--tiny {
  padding-right: 0.2857rem;
}

.u-mr--smaller {
  padding-right: 0.5714rem;
}

.u-mr--small {
  padding-right: 0.8571rem;
}

.u-mr {
  padding-right: 1.1429rem;
}

.u-mr--large {
  padding-right: 2.5714rem;
}

.u-mr--larger {
  padding-right: 3.4286rem;
}

.u-mr--huge {
  padding-right: 5.1429rem;
}

.u-mb--tiny {
  padding-bottom: 0.2857rem;
}

.u-mb--smaller {
  padding-bottom: 0.5714rem;
}

.u-mb--small {
  padding-bottom: 0.8571rem;
}

.u-mb {
  padding-bottom: 1.1429rem;
}

.u-mb--large {
  padding-bottom: 2.5714rem;
}

.u-mb--larger {
  padding-bottom: 3.4286rem;
}

.u-mb--huge {
  padding-bottom: 5.1429rem;
}

@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/notosans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/notosans_bold.woff") format("woff");
}
:root {
  color-scheme: light dark;
}

html {
  background-color: #f4efe9;
  color: #222222;
  font-family: "Noto Sans";
  font-feature-settings: "liga" 1;
  height: 100%;
  font-size: 14px;
}
html {
  font-size: 14px;
}
@media screen and (min-width: 30em) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 48em) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 64em) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 94em) {
  html {
    font-size: 20px;
  }
}

body {
  height: 100%;
  margin: 0;
}

.c-dual {
  display: grid;
  max-width: 75%;
  grid-gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 30em) {
  .c-dual {
    grid-template-columns: 1fr 1fr;
  }
  .c-dual :nth-child(1) {
    order: 2;
  }
}
.c-intro {
  background-color: #f4efe9;
  border-radius: 4%;
}
.c-intro {
  font-size: 1rem;
}
.c-intro {
  padding: 1.1429rem;
}

@media screen and (min-width: 48em) {
  .c-intro {
    font-size: 1.2143rem;
  }
}
.c-logo {
  max-width: 300px;
}

@media screen and (min-width: 30em) {
  .c-logo {
    max-width: 400px;
  }
}
@media screen and (min-width: 48em) {
  .c-logo {
    max-width: 500px;
  }
}
.c-masthead {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.c-masthead {
  font-size: 1.7143rem;
}

.c-portrait {
  max-width: 500px;
}
.c-portrait__image {
  border-radius: 4%;
}

.c-segment {
  color: #222222;
  background-color: #f4efe9;
}
.c-segment {
  padding-top: 2.5714rem;
}
.c-segment {
  padding-bottom: 2.5714rem;
}

.c-viewport {
  display: inline-block;
  background: orange;
  color: black;
  font-family: monospace;
  font-size: 0.5rem;
}
.c-viewport {
  padding: 0.2857rem;
}
@media screen and (min-width: 30em) {
  .c-viewport--small {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .c-viewport--small {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .c-viewport--small {
    display: none;
  }
}
@media screen and (min-width: 94em) {
  .c-viewport--small {
    display: none;
  }
}
.c-viewport--medium {
  display: none;
}
@media screen and (min-width: 30em) {
  .c-viewport--medium {
    display: inherit;
  }
}
@media screen and (min-width: 48em) {
  .c-viewport--medium {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .c-viewport--medium {
    display: none;
  }
}
@media screen and (min-width: 94em) {
  .c-viewport--medium {
    display: none;
  }
}
.c-viewport--large {
  display: none;
}
@media screen and (min-width: 48em) {
  .c-viewport--large {
    display: inherit;
  }
}
@media screen and (min-width: 64em) {
  .c-viewport--large {
    display: none;
  }
}
@media screen and (min-width: 94em) {
  .c-viewport--large {
    display: none;
  }
}
.c-viewport--xlarge {
  display: none;
}
@media screen and (min-width: 64em) {
  .c-viewport--xlarge {
    display: inherit;
  }
}
@media screen and (min-width: 94em) {
  .c-viewport--xlarge {
    display: none;
  }
}
.c-viewport--xxlarge {
  display: none;
}
@media screen and (min-width: 94em) {
  .c-viewport--xxlarge {
    display: inherit;
  }
}

/*# sourceMappingURL=style.css.map */
