@font-face {
    font-family: Jugend;
    src: url('/fonts/Jugend.ttf') format('truetype');
}

@font-face {
    font-family: 'Vollkorn';
    src: url('/fonts/Vollkorn-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('/fonts/Vollkorn-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('/fonts/Vollkorn-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('/fonts/Vollkorn-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Asul';
    src: url('/fonts/Asul-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Asul';
    src: url('/fonts/Asul-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('/fonts/OpenDyslexic-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('/fonts/OpenDyslexic-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('/fonts/OpenDyslexic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('/fonts/OpenDyslexic-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

/* lange ding "track" */
::-webkit-scrollbar-track {
    background: #e3e0d1;
}

/* beweegbare ding "thumb" */
::-webkit-scrollbar-thumb {
    background: #4b3820;
}

/* muis/cursor */
* {
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=98738") 8 8, auto !important;
}

    *:hover {
        cursor: url("https://www.rw-designer.com/cursor-view/98738-48.png") 8 8, pointer !important;
    }

    /* layout */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        font-family: 'Vollkorn', serif;
    }

    body {
        display: flex;
        min-height: 100vh;
        font-feature-settings: "ss01" 1, "salt" 1, "kern" 1, "onum" 1, "liga" 1, "dlig" 1, "calt" 1;
    }


body {
  margin: 0;
  background: #e3e0d1;
  font-family: "Vollkorn", serif;
  color: #3b2f2f;
}

#wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
}

#header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 2px solid #3b2f2f;
}

#header h1 {
  margin: 0;
  font-size: 2.4rem;
  color: #3b2f2f;
  font-family: 'Vollkorn', serif;
}

.subtitle {
  margin-top: 6px;
  font-size: 1.1rem;
  color: #3b2f2f;
  font-family: 'Vollkorn', serif;
}

.content-box {
  background: #e3e0d1;
  padding: 24px;
  margin-bottom: 30px;
}

.content-box h2 {
  margin-top: 0;
  font-size: 1.8rem;
  color: #3b2f2f;
  font-family: 'Vollkorn', serif;
}

.content-box h3 {
  font-size: 1.4rem;
  margin-top: 28px;
  border-bottom: 1px solid #3b2f2f;
  padding-bottom: 4px;
  color: #3b2f2f;
  font-family: 'Vollkorn', serif;
}

.content-box p,
.content-box li {
  font-size: 1.1rem;
  line-height: 1.6;
}

.content-box a {
  color: #3b2f2f;
  text-decoration: none;
}

.content-box a:hover {
  text-decoration: underline;
}

.name-search {
  width: 100%;
  padding: 10px;
  margin: 16px 0 24px;
  background: #faf6e8;
  font-family: "Vollkorn", serif;
  font-style: italic;
}

.letter-block {
  margin-bottom: 24px;
  border: 1px solid #3b2f2f;
  background: #e3e0d1;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

.letter-header {
  width: 100%;
  text-align: left;
  background: #e3e0d1;
  border: none;
  padding: 12px 16px;
  font-size: 1.3rem;
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-weight: 600;
  color: #3b2f2f;
  cursor: pointer;
}

.letter-content {
  padding: 16px;
  display: none;
}

.name-list {
  list-style: none;
  padding-left: 0;
}

.name-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e0d7c2;
}

.name-list li:last-child {
  border-bottom: none;
}

.name-list a {
  color: #3b2f2f;
  text-decoration: none;
  font-weight: 600;
}

.name-list a:hover {
  text-decoration: underline;
}

.tag {
  display: inline-block;
  font-size: 0.85rem;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 4px;
  border: 1px solid #c7b98b;
  cursor: pointer;
}

.tag:hover {
  background: #d8cfb5;
}

.tag.active-tag {
  background: #b8a776;
  color: white;
  border-color: #8c7a4a;
}