html {
  font-size: 10pt !important;
}

header {
  background-color: var(--white);
  color: inherit;
}

h2,
h3,
h4,
p:not(:last-child) {
  margin-bottom: var(--margin-bottom-for-paragraph);
}

p.site-title {
  margin-bottom: var(--2xl);
}

/*
h2 {
  font-size: var(--4xl)
}

h3 {
  font-size: var(--2xl)
}

h4 {
  font-size: var(--xl)
}
*/

a {
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.should-break-before {
  margin-top: 0;
  break-before: page;
}

.should-break-before > h2 {
  margin-top: 0;
}

.screen-only,
.entry a[href^="https"]::after {
  display: none;
}

.site-title {
  line-height: 1;
  color: var(--grass-11-5);
  font-size: var(--6xl);
}

.resume-skill-title[data-skill-level]::after {
  font-size: var(--sm);
  font-weight: 600;
  padding-top: 0.1875em;
  padding-bottom: 0.125em;
}

@page {
  size: A4;
  margin: 20mm;

  @bottom-left {
    color: #424242;
    font-family: monospace !important;
    font-family: 'Zilla Slab', 'Roboto Slab', serif !important;
    font-size: 9pt;
    content: 'Demetris Kikizas / d@kikizas.com / +30 694 402 6728';
  }

  @bottom-right {
    color: #424242;
    font-family: 'Zilla Slab', 'Roboto Slab', serif !important;
    font-size: 9pt;
    content: 'Page ' counter(page) ' of ' counter(pages);
  }
}
