@font-face {
  font-display: swap;
  font-family: "Cosmica";
  font-style: normal;
  font-weight: 500;
  src: url("/Cosmica-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "PPMori";
  font-style: normal;
  font-weight: 400;
  src: url("/PPMori-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Jet Brains";
  font-style: normal;
  font-weight: 700;
  src: url("/JetBrainsMono-Bold.woff2") format("woff2");
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  background: #201313;
  color: #faf9f9;
  font-family: "PPMori", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
  margin: 0;
  min-height: 100vh;
}

@media screen and (min-width: 615px) {
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

p a {
  border-color: #646569;
  color: #3d3e44;
}

p a:active, p a:focus, p a:hover {
  border-color: #f16569;
  color: #e03131;
}

a {
  border-color: #f16569;
  color: #e03131;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
  -webkit-transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
}

a:active, a:focus, a:hover {
  border-color: #d5383d;
  color: #be3236;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 500;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

button, [type='button'], [type='reset'], [type='submit'],
.button-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f74239;
  border: none;
  border-radius: 100rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Jet Brains", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin-top: 3rem;
  min-height: 3rem;
  min-width: 9rem;
  padding: 0.375rem 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 480px) {
  button, [type='button'], [type='reset'], [type='submit'],
  .button-primary {
    font-size: 1rem;
    min-height: 1.5rem;
    padding: 0.75rem 1.5rem;
    width: 100%;
  }
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus,
.button-primary:hover,
.button-primary:focus {
  background-color: #e33d34;
  box-shadow: 0 0 0 2px #201313,
  0 0 0 5px #e33d34;
  color: #fff;
  text-decoration: none;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
.button-primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
.button-primary:disabled:hover {
  background-color: #e03131;
}

.application-nav-logo {
  display: block;
  margin-bottom: 4rem;
  position: absolute;
  top: 1.5rem;
  left: 3rem;
  border-bottom: 0;

  svg {
    width: 11.5rem;
    height: 2.5rem;
    fill: #f74239;
  }
}

.error-image {
  text-align: center;
  background-image: url("/angry-robot-copy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
}

@media screen and (max-width: 615px) {
  .error-image {
    height: 360px;
  }
}

@media screen and (min-width: 615px) {
  .error-image {
    width: 40%;
  }
}

.error-content {
  padding: 3rem;
}

@media screen and (min-width: 615px) {
  .error-content {
    width: 60%;
    align-self: center;
    padding: 6rem;
  }
}

.error-content p {
  max-width: 500px;
  margin-top: 0;
}

.title-primary {
  font-family: "Cosmica", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.copyright {
  color: #c1bab7;
  font-size: 1rem;
  margin-top: 6rem;
}
