/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

  

html {
  --primary-color: #ff8e83;
  --secondary-color: #a175aa;

  --secondary-lighter-color: #dfcbe3;
  --primary-stronger-color: #ff1700;
  --primary-lighter-color: #ffbeb8;

  --background-color: #fff3ce;
  --background-lighter-color: #fff6df;
  --background-stronger-color: #ffcd33;

  --text-color: #5f5a62;
  --primary-bis: #ff935f;

  --link-color: var(--secondary-color);
  --cover-color-1: var(--secondary-lighter-color);
  --cover-color-2: var(--primary-lighter-color);

  --nav-link: var(--link-color);
  --nav-link-active: var(--primary-color);

  
  
    
    --line-pattern-1: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23ff8e83%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23ff8e83%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23ff8e83%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-2: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23a175aa%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23a175aa%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23a175aa%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-3: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23dfcbe3%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23dfcbe3%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23dfcbe3%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-4: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23ff1700%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23ff1700%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23ff1700%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-5: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23ffbeb8%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23ffbeb8%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23ffbeb8%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-6: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23ffefbf%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23ffefbf%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23ffefbf%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-7: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23fff6df%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23fff6df%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23fff6df%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-8: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23ffcd33%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23ffcd33%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23ffcd33%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-9: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%23ff935f%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%23ff935f%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%23ff935f%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  
    
    --line-pattern-10: url('data:image/svg+xml;utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpattern%20id%3D%22p%22%20width%3D%229%22%20height%3D%229%22%20patternUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%229%22%20y2%3D%220%22%20stroke%3D%22%235f5a62%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%227%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%227%22%20stroke%3D%22%235f5a62%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%20%20%3Cline%20x1%3D%22-2%22%20y1%3D%222%22%20x2%3D%222%22%20y2%3D%22-2%22%20stroke%3D%22%235f5a62%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3C%2Fpattern%3E%0A%20%20%3Crect%20fill%3D%22url(%23p)%22%20width%3D%22100%25%22%20height%3D%22100%25%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  

  font-size: 62.5%;
}

body {
  font-family: "geomanist", "helvetica", sans-serif;
  background: var(--background-color);
  color: var(--text-color);
  font-size: 1.6rem; /* 16px */
  font-weight: 400;
}

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

a:hover {
  color: var(--secondary-lighter-color);
}

.watermark:after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  font-size: 60vw;
  font-weight: 900;
  letter-spacing: -4rem;
  color: var(--primary-color);
  transform: translate(-50%, 0) rotate(90deg);
  transform-origin: center;
  line-height: 0.25;
  content: "{+}";
  z-index: -1;
  opacity: 0.2;
  text-shadow:
    -5px -10px 0px var(--background-color),
    5px 10px 0px var(--secondary-color);
}

.slashes {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><line x1='0' y1='9' x2='9' y2='0' stroke='black' stroke-width='3'/><line x1='7' y1='11' x2='11' y2='7' stroke='black' stroke-width='3'/><line x1='-2' y1='2' x2='2' y2='-2' stroke='black' stroke-width='3'/></svg>");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
}

.content-wrapper {
  margin: 5rem 5rem;
}

@media screen and (min-width: 1000px) {
  .watermark:after {
    font-size: 48rem;
  }

  .content-wrapper {
    margin: 5rem 10rem;
  }

}

  .list-item {
  position: relative;
  padding: 0 1rem 0 20px;
  display: inline-flex;
  flex-direction: column;
  width: auto;
  transform: rotate(-6deg);
  margin-bottom: 4rem;
  transform-origin: left top;
  overflow: hidden;
  align-items: flex-start;
}

.list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10px;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0);
}

.list-item:hover::before {
  animation: flash 0.5s ease-in-out forwards;
}

@keyframes flash {
  0% {
    width: 0px;
    transform: translateX(-20px) rotate(0deg);
    background: rgba(255, 255, 255, 0);
  }
  25% {
    width: 50px;
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    left: calc(100% + 100px);
    transform: translateX(-20px) rotate(15deg);
  }
}

.list_item__wrapper {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

  .heading1 {
  transform: rotate(-6deg);
  transform-origin: top left;
  margin: 0 0 6rem;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.heading2 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  padding: 0 0 2rem;
}

.heading3 {
  font-size: 4em;
  line-height: 1;
  transform: rotate(-6deg);
  transform-origin: top left;
  line-height: 1;
}

@media (min-width: 600px) {
  .heading1 {
    font-size: 8rem;
  }
}

@media (min-width: 1200px) {
  .heading1 {
    font-size: 14rem;
  }
}

  .post-categories {
  display: flex;
  font-weight: 300;
}

.post-categories__list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.4rem;
  font-weight: 300;
}

.post-category {
  margin: 0;
}

.post-category__anchor {
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}

.post-category__list::first-child .post-category__anchor:first-child {
  padding-left: 0;
}

.post-category__anchor:after {
  content: "/";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translate(50%, -20%);
  color: var(--main-heading-color, var(--primary-color));
  text-shadow:
    1px 1px 0 var(--primary-stronger-color),
    -1px -1px 0 var(--primary-lighter-color);
  transform: translate(-50%, -50%);
}

.post-category__anchor:before {
  content: "#";
  font-weight: 400;
  margin-right: 0.2rem;
}
@font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local('geomanist thin'), local('geomanist-thin'), url('/assets/fonts/geomanist/geomanist-thin-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-thin-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 100;
        font-display: swap;
        src: local('geomanist thin'), local('geomanist-thin'), url('/assets/fonts/geomanist-italic/geomanist-thin-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-thin-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: local('geomanist extralight'), local('geomanist-extralight'), url('/assets/fonts/geomanist/geomanist-extralight-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-extralight-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 200;
        font-display: swap;
        src: local('geomanist extralight'), local('geomanist-extralight'), url('/assets/fonts/geomanist-italic/geomanist-extralight-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-extralight-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local('geomanist light'), local('geomanist-light'), url('/assets/fonts/geomanist/geomanist-light-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-light-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local('geomanist light'), local('geomanist-light'), url('/assets/fonts/geomanist-italic/geomanist-light-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-light-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local('geomanist regular'), local('geomanist-regular'), url('/assets/fonts/geomanist/geomanist-regular-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-regular-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local('geomanist regular'), local('geomanist-regular'), url('/assets/fonts/geomanist-italic/geomanist-regular-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-regular-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local('geomanist book'), local('geomanist-book'), url('/assets/fonts/geomanist/geomanist-book-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-book-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local('geomanist book'), local('geomanist-book'), url('/assets/fonts/geomanist-italic/geomanist-book-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-book-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: local('geomanist medium'), local('geomanist-medium'), url('/assets/fonts/geomanist/geomanist-medium-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-medium-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 600;
        font-display: swap;
        src: local('geomanist medium'), local('geomanist-medium'), url('/assets/fonts/geomanist-italic/geomanist-medium-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-medium-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local('geomanist bold'), local('geomanist-bold'), url('/assets/fonts/geomanist/geomanist-bold-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-bold-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local('geomanist bold'), local('geomanist-bold'), url('/assets/fonts/geomanist-italic/geomanist-bold-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-bold-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: local('geomanist black'), local('geomanist-black'), url('/assets/fonts/geomanist/geomanist-black-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-black-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 800;
        font-display: swap;
        src: local('geomanist black'), local('geomanist-black'), url('/assets/fonts/geomanist-italic/geomanist-black-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-black-italic-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local('geomanist ultra'), local('geomanist-ultra'), url('/assets/fonts/geomanist/geomanist-ultra-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist/geomanist-ultra-webfont.woff') format('woff');
      }
    
  
    
      
      
      
      
      @font-face {
        font-family: 'geomanist';
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local('geomanist ultra'), local('geomanist-ultra'), url('/assets/fonts/geomanist-italic/geomanist-ultra-italic-webfont.woff2') format('woff2'), url('/assets/fonts/geomanist-italic/geomanist-ultra-italic-webfont.woff') format('woff');
      }
.splash {
  margin: 10rem auto 0 auto;
}

.splash__first-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10rem 0;
}

.splash__rss {
  display: inline-block;
  font-size: 10rem;
  font-weight: 800;
  text-decoration: none;
  margin: 0 2rem;
  position: relative;
}

.splash__rss::before {
  content: "➡";
  position: absolute;
  transform: translate(-150px, -59px) rotate(20deg);
  font-size: 18rem;
  font-weight: 900;
  animation: bounce 1s ease-in-out infinite;
  opacity: 0;
}

.splash__rss::after {
  content: "➡";
  position: absolute;
  transform: translate(10px, -70px) rotate(160deg);
  font-size: 16rem;
  font-weight: 900;
  animation: bounce 1s ease-in-out infinite;
  opacity: 0;
}

.splash__rss:hover::before,
.splash__rss:hover::after {
  opacity: 1;
}

.latest-posts {
  position: relative;
  box-sizing: border-box;
  padding: 0 2rem 0 4rem;
  margin: 0 10vw;
}

.latest-posts::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 4px dashed var(--secondary-color);
  z-index: -1;
  transform: rotate(-3deg) translateY(-2px) ;
}

.latest-posts__header {
  margin: 0 0 1rem 0;
  color: var(--text-color);
  transform: rotate(-6deg);
  transform-origin: top left;
  font-size: 4rem;
  background: var(--background-color);
  font-weight: 600;
  display: inline-block;
}

.latest-posts__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 1000px) {
  .latest-posts {
    margin: 15rem auto 0 auto;
  }

  .latest-posts__list {
    margin: 5rem 10rem;
  }
}
}