@font-face {
  font-family: 'Pillar';
  src:  url('/fonts/Pillar.eot?gzflc3');
  src:  url('/fonts/Pillar.eot?gzflc3#iefix') format('embedded-opentype'),
    url('/fonts/Pillar.ttf?gzflc3') format('truetype'),
    url('/fonts/Pillar.woff?gzflc3') format('woff'),
    url('/fonts/Pillar.svg?gzflc3#Pillar') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


:root {
  --box_foreground: #FFF8EF;
  --box_background: #2E2633;
  --color_foreground: #2E2633;
  --color-background: white;
  --box_link: #A97860;
  --color_link: #AB2346;

  --subheader_foreground: white;
  --subheader-background: #009DB2;

  --header-foreground: white;
  --header-background: #AB2346;

  --line: 1.5rem;
}

html {
  font-family: serif;
  color: var(--color_foreground);
  background-color: var(--color-background);
}

body {
  max-width: 50rem;
  margin: 0px auto;
}

a, a:visited, a:active {
  color: var(--color_link);
}

h1 {
  font-size: 1.4rem;
  margin: 0;
}

h1 {
  font-size: 1.4rem;
}

.landing { display: flex; justify-content: center; align-items: center; min-height: 100vh; }

.landing h1 {
  font-family: Pillar;
  font-size: 4rem;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  position: relative;
}

.landing h1::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  bottom: -0.2em;
  z-index: -1;
  width: 1.125em;
  background-color:  #f5c71a;
}

.cvitae { padding: 1rem; }
.cvitae h1 {
  margin: 0;
  text-align: center;
  padding-bottom: 0rem;
  font-size: 4rem;
}

.cvitae h2 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
}

.cvitae p { margin-left: 2rem; }
.cvitae ul { margin-left: 2rem; column-count: 5; }

.font-ta { letter-spacing: -0.09em; }
.font-at { letter-spacing: -0.09em; }
.font-as { letter-spacing: -0.03em; }
.font-es { letter-spacing: -0.03em; }

@media only screen and (max-device-width: 480px) {
  .cvitae ul { column-count: 2; }
  .cvitae h1 { font-size: 2rem; }
  .cvitae h2 { font-size: 1.5rem; }
}


.poster { padding: 1rem; }
.poster h1 { text-align: center; font-size: 2rem; }
.poster h2 { font-size: 1.5rem; }
