/*! =====================
   Normalize (v8.0.1)
   ===================== */
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 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;
}

/*! =====================
   CV Variables
   ===================== */
@font-face {
  font-family: "Fira Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FiraMono-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Fira Mono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FiraMono-Bold.otf") format("opentype");
}
@page {
  size: A4;
  margin: 16mm;
}
body {
  font-family: "Fira Mono", monospace;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0;
  color: #222;
}

h1,
h2,
h3 {
  line-height: 1.3;
  margin: 0 0 12px 0;
}

p,
ul {
  margin: 0 0 12px 0;
}

.center {
  text-align: center;
}

/*! =====================
   CV layout
   ===================== */
main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 36px;
  max-width: 1152px;
  margin: 0 auto;
  padding: 36px 24px;
  box-sizing: border-box;
}

.left {
  flex: 68 1 0;
}

.right {
  flex: 30 1 0;
}

section {
  box-sizing: border-box;
}

section + section {
  margin-top: 24px;
}

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

li > ul {
  padding-left: 12px;
}

h2 {
  color: #ff7f00;
  font-size: 1.1em;
  margin-top: 1.1em;
  margin-bottom: 0.3em;
}

.title {
  font-weight: 700;
  margin-top: 0.45em;
}

.sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 12px;
}

.sub h3 {
  margin: 0;
}

.sub .title {
  margin-top: 0;
}

.date {
  color: #444;
  font-style: italic;
}

.pub .date {
  margin-top: 0.3em;
}

.pub-title {
  text-indent: -1em;
  padding-left: 1em;
}

.desc {
  color: #222;
  margin-top: 0.5em;
}

h3 {
  margin-top: 0.6em;
  margin-bottom: 0.1em;
}

li + li {
  margin-top: 28.8px;
}

.hobbies li + li {
  margin-top: 12px;
}

.tech li + li {
  margin-top: 12px;
}

.contact li + li {
  margin-top: 4px;
}

@media print {
  body {
    font-size: 12px;
    line-height: 1.25 !important;
    max-width: 100% !important;
  }
  main {
    gap: 0 24px;
    max-width: 100%;
    padding: 0;
  }
  .left {
    flex: 63 1 0;
  }
  .right {
    flex: 37 1 0;
  }
  section + section {
    margin-top: 14.4px;
  }
  li + li {
    margin-top: 19.2px;
  }
  .title {
    margin-top: 0.4em;
  }
  h1,
  h2,
  h3 {
    line-height: 1.25 !important;
  }
  h2 {
    margin-top: 0.8em;
  }
  h3 {
    margin-top: 0.5em;
  }
  .desc {
    margin-top: 0.3em;
  }
  li.experience,
  .contact li {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .hidden-print {
    display: none !important;
  }
  a {
    text-decoration: none !important;
  }
}
body {
  background-color: white !important;
}