@font-face {
  font-family: 'gothicpixels';
  src: url(https://benitengu.neocities.org/fonts/gothicpixels/GothicPixels.ttf);
}

@font-face {
    font-family: 'caudexregular';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-regular-webfont.woff2') format('woff2'),
         url('https://benitengu.neocities.org/fonts/caudex/caudex-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'caudexbold';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-bold-webfont.woff2') format('woff2'),
         url('https://benitengu.neocities.org/fonts/caudex/caudex-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'caudexbold_italic';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-bolditalic-webfont.woff2') format('woff2'),https://benitengu.neocities.org/style.css
         url('https://benitengu.neocities.org/fonts/caudex/caudex-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'caudexitalic';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-italic-webfont.woff2') format('woff2'),
         url('https://benitengu.neocities.org/fonts/caudex/caudex-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bd_renaissanceregular';
    src: url('https://benitengu.neocities.org/fonts/bd-renaissance/bdrenais-webfont.woff2') format('woff2'),
         url('https://benitengu.neocities.org/fonts/bd-renaissance/bdrenais-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    cursor: url(cursor.png), auto !important;
    overflow-x: hidden;
    font-family: 'caudexregular';
    max-width: 100vw;
    background-image: url("/hoard/bg/kabe-higuruma07.gif");
    background-repeat: repeat;
    color: #160406;
}

h1 {
    font-family: 'gothicpixels';
    font-size: 50px;
    margin: 5px;
    color: #8e4445;
    text-align: center;
}

h2 {
    font-family: 'caudexbold';
    font-size: 30px;
    color: #330804;
}

h3 {
    font-size: 25px;
    color: #330804;
}

a {
    color: #330804;
    text-decoration: none;
    text-shadow: #222 0px 0px 2px;
}

a:hover {
    color: #e2b25f;
    font-weight: bold;
    text-shadow: #563e15 0px 0px 5px;
}

b {
    font-family: 'caudexbold';
    font-weight: normal;
    text-shadow: #7f152e 0px 0px 2px;
}

i {
    font-family: 'caudexitalic';
    color: #766;
}

ul > li::marker {
  content: "❧ ";
}


p::first-letter {
   font-family: "bd_renaissanceregular";
   font-size: 30px;
   vertical-align: bottom;
}


.chained {
  border-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAA/0lEQVRYR+1Y0Q4DIQi7+/+P3vYwkxtRKbUmsnDPArVA4byvJN+dBOdVQNWZ6jH6coJYG+98cxe1+zn/F0CXGHhkxWN8FAdmNB1Qy0j0AmiNNr8tXpjR44Ha5t+luaMahhk9HmgD2K0VtZB31KGbuVk6C+ggK1NiUjMKdaGwVqF4kVl/rDxNJ8UGRmWTaTejBVSVfStLy0tJpf6bGrpGj19KIAFWFejHDxQv9QitNc8pl9qeVP1ENxNkqEK50vWjkYb+n4/u4L0H0IJvDY8HauUKZYy1o5cSNiBrFwaKMue91rElQ7+UsAFZOxeoUHl0rnYtwzqEZlmVO1Y7TMPoG5mTaCv7AlQyAAAAAElFTkSuQmCC') 14 /  14px / 0 round;
  border-width:  14px;
  border-style:  solid;
  background-color: #70251d;
  width: fit-content;
  }
  
  table, th, td {
  border: 1px solid;
  background-color: #93767b;
  margin-bottom: 10px;
  border-color: #6d4056;
  padding: 5px;
}

th {
 background-color:#6d4056; 
}
