/* assets/css/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* src/app.css */
@font-face {
  font-display: block;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url(./plus-jakarta-sans-v8-latin-regular-WP372EGW.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url(./plus-jakarta-sans-v8-latin-600-PGDVAH4D.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  src: url(./plus-jakarta-sans-v8-latin-800-MY6DRIXV.woff2) format("woff2");
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #333;
  color: #eee;
  line-height: 1.777777778;
}
a {
  color: #eee;
  font-weight: 600;
}
a:visited {
  color: inherit;
}
.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.background-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(51, 51, 51);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 80%, rgba(51, 51, 51, 1) 100%);
}
.background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: no-repeat center url(./1280px-Mt.Fuji_from_Kitadake-sansou_01-IQELVAYZ.jpg);
  background-size: cover;
}
.content {
  max-width: 800px;
  padding: 24px;
  margin: 0 auto;
  font-size: 1.125rem;
}
.content h1 {
  font-size: 3rem;
}
.content h2 {
  font-size: 2.25rem;
  margin-top: 1.333333333em;
  margin-bottom: 0.666666667em;
}
.content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.content ul {
  margin-top: 0;
  margin-bottom: 1em;
}
.content h1.name {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.content p.summary {
  font-size: 1.25rem;
}
.name {
  --bg-size: 400%;
  --color-one: #eee;
  --color-two: #d7a6ee;
  --color-three: #eeb48c;
  background: linear-gradient(75deg, var(--color-one), var(--color-two), var(--color-three), var(--color-one)) 0 0 / var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (prefers-reduced-motion: no-preference) {
  .name {
    animation: move-bg 60s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
