html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 1240px;
  --container-width-M: 96%;
  --container-width-S: 90%;

  --background: #f6f6f4;
  --primary: #5f503e;

  --red: #ea4848;

  --font-primary: "akzidenz-grotesk-next-pro", sans-serif;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
  background-color: var(--background);
}

.wrapper {
  padding: 60px 0 0 60px;
}

.wrapper h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 4px 0 48px 0;
  color: var(--primary);
}

.wrapper .coffee {
  vertical-align: bottom;
  width: 16px;
  height: 16px;
}

.intro {
  max-width: 460px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}

#typed {
  color: var(--primary);
  display: inline-block;
}

.wrapper {
  color: #111;
  font-size: 20px;
}

.typed-cursor {
  opacity: 1;
  animation: typedjsBlink 1s infinite;
}

@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}
