::selection {
  color: inherit;
  text-shadow: inherit;
  background-color: #ACCEF7;
}

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}

h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
}

abbr {
  text-transform: uppercase;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
}

time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}

pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}

sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
}

sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=week] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
}

tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}

@font-face {
  font-family: "Avenir";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Avenir-Black.otf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Avenir-Heavy.otf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Avenir-Book.otf") format("truetype");
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  -webkit-text-size-adjust: none;
  background-color: #fff;
  letter-spacing: 0.05em;
}
@media (prefers-color-scheme: dark) {
  body {
    color: rgba(255, 255, 255, 0.7);
    background-color: #333;
  }
}

.main {
  max-width: 45em;
  margin: 1em auto;
  padding: 1em;
}

.header {
  margin-bottom: 3em;
  position: relative;
}
.header h1 {
  font-size: 3em;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1;
}
@media (prefers-color-scheme: dark) {
  .header h1 {
    font-weight: bold;
  }
}
.header a {
  color: inherit;
  text-decoration: none;
}

.header-contact {
  margin-top: 0.5em;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.header-contact a {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 0.5em;
}

.header-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 2em auto -0.5em;
}
.header-nav::before, .header-nav::after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 1px;
  height: 0.5px;
  background-color: #ddd;
  transition-property: background-color;
}
@media (prefers-color-scheme: dark) {
  .header-nav::before, .header-nav::after {
    background-color: #666;
  }
}
.header-nav::before {
  margin-right: 0.25em;
}
.header-nav::after {
  margin-left: 0.25em;
}
.header-nav a {
  flex: 0;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-block;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
@media (prefers-color-scheme: dark) {
  .header-nav a {
    color: rgba(255, 255, 255, 0.4);
  }
}

.content h2 {
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 1em;
}
@media (prefers-color-scheme: dark) {
  .content h2 {
    color: rgba(255, 255, 255, 0.4);
  }
}
.content .section {
  margin-bottom: 3em;
  line-height: 1.4;
}
.content a {
  color: inherit;
}

.summary h2 {
  margin-top: 3em;
}
.summary h2:first-child {
  margin-top: 0;
}

.normal-case {
  text-transform: none;
}

.list ul {
  list-style: none;
  padding: 0;
}

.list ul li {
  line-height: 1.5;
  margin-bottom: 2em;
  max-width: 35em;
}
.list ul li a {
  color: inherit;
}
.list ul li .date {
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
@media (prefers-color-scheme: dark) {
  .list ul li .date {
    color: rgba(255, 255, 255, 0.4);
  }
}
.list ul li h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.list ul li h4 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.list ul li p {
  margin-top: 0;
  margin-bottom: 0;
}

h2.subtitle {
  color: rgba(0, 0, 0, 0.7);
}
@media (prefers-color-scheme: dark) {
  h2.subtitle {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media all and (min-width: 600px) {
  .main {
    margin: 3em auto;
  }
  .content .section {
    margin-bottom: 4em;
  }
  .section.list {
    clear: left;
  }
  .section.list h2 {
    float: left;
    margin-top: 1.75em;
    max-width: 10em;
  }
  .cv-list {
    margin-left: 10em;
  }
  .cv-list li h3,
  .cv-list li h4 {
    display: inline-block;
  }
  .cv-list li h3 {
    margin-right: 1rem;
  }
  .cv-list li h4 {
    font-weight: normal;
  }
}
@media (min-width: 600px) and (prefers-color-scheme: dark) {
  .cv-list li h4 {
    font-weight: normal;
  }
}
@media print {
  body {
    font-size: 8.5pt;
  }
  .main {
    margin-bottom: 0;
  }
  .content .section:last-child {
    margin-bottom: 0;
  }
  .header-nav {
    display: none;
  }
  .summary a {
    text-decoration: none;
  }
  .cv-list a {
    text-decoration: none;
  }
  .cv-list h4 {
    white-space: nowrap;
  }
  .cv-list li {
    page-break-inside: avoid;
  }
}

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