/************************/
/** Fonts ***************/
/************************/
/* Main Body Font - Raleway */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-400.woff2') format('woff2'),
       url('../fonts/raleway-400.woff') format('woff'),
       url('../fonts/raleway-400.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-400italic.woff2') format('woff2'),
       url('../fonts/raleway-400italic.woff') format('woff'),
       url('../fonts/raleway-400italic.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-600.woff2') format('woff2'),
       url('../fonts/raleway-600.woff') format('woff'),
       url('../fonts/raleway-600.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/raleway-600italic.woff2') format('woff2'),
       url('../fonts/raleway-600italic.woff') format('woff'),
       url('../fonts/raleway-600italic.ttf') format('truetype');
}
/* H1 Font - Libre Bodoni 700 Regular */
@font-face {
  font-display: swap;
  font-family: 'Libre Bodoni';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-bodoni-700.woff2') format('woff2'),
       url('../fonts/libre-bodoni-700.woff') format('woff'),
       url('../fonts/libre-bodoni-700.ttf') format('truetype');
}
/* H2 Font - Libre Bodoni 400 Italic */
@font-face {
  font-display: swap;
  font-family: 'Libre Bodoni';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/libre-bodoni-400italic.woff2') format('woff2'),
       url('../fonts/libre-bodoni-400italic.woff') format('woff'),
       url('../fonts/libre-bodoni-400italic.ttf') format('truetype');
}
/* H3/H4 Font - Sen 500 Regular */
@font-face {
  font-display: swap;
  font-family: 'Sen';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/sen-500italic.woff2') format('woff2'),
       url('../fonts/sen-500italic.woff') format('woff'),
       url('../fonts/sen-500italic.ttf') format('truetype');
}
/* H5/H6 Font - Inter 600 Regular */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-600.woff2') format('woff2'),
       url('../fonts/inter-600.woff') format('woff'),
       url('../fonts/inter-600.ttf') format('truetype');
}
/* Captions Font - Inter 400 Regular */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-400.woff2') format('woff2'),
       url('../fonts/inter-400.woff') format('woff'),
       url('../fonts/inter-400.ttf') format('truetype');
}


/************************/
/** Default HTML Tags ***/
/************************/
body {
	font-family: 'Raleway';
	line-height: 1.74;
}
h1 {
	font-family: 'Libre Bodoni', serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
}
h2 {
	font-family: 'Libre Bodoni', serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.03em;
}
h3,h4 {
	font-family: Futura, Futura PT, 'Sen', serif;
	font-weight: 500;
}
h5,h6 {
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.02px;
	font-weight: 600;
}
h1 { font-size: 2.25em; }
h2 { font-size: 1.74em; }
h3 { }
h4 { }
h5 { }
h6 { }
b { font-weight: 600; }

/************************/
/** Header **************/
/************************/
#dokuwiki__header h1.logo {
	letter-spacing: 0.04em;
	font-size: 2em;
	font-weight: 500;
}
#dokuwiki__header h1.logo span.row1 {
	padding: 0;
}
#dokuwiki__header h1.logo span.row2 {
	padding: 0;
	font-size: 1.06em;
}

/************************/
/** Sidebar *************/
/************************/
.dokuwiki .aside h5 {
	font-size: 0.77em;
	color: #222;
}

/************************/
/** Content *************/
/************************/
.dokuwiki .page a.wikilink1 {
	font-weight: 600;
}


/************************/
/** Print View **********/
/************************/
@media print {
body {
        background-image: none;
}
h1, h2, h3, h4, h5 {
        color: #a99672;
}
.dokuwiki div.page h1,
.dokuwiki div.page h2,
.dokuwiki div.page h3,
.dokuwiki div.page h4 {
        border-bottom: 1px solid #e7e2d6;
}
#dokuwiki__header {
  border-bottom: 0;
  padding: 0 0 0.77em;
}
#dokuwiki__header a.logo { display: none; }
#dokuwiki__header a.logo.print {
        display: block;
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
        border-bottom: 0 !important;
}
.dokuwiki div.page {
        background-image: none;
        box-shadow: none;
}
div.tright {
        float: right;
        margin: 0 0 0.7em 0.7em;
}
div.tleft {
        float: left;
        margin: 0 0.7em 0.7em 0;
}
.thumbcaption {
        font-size: 0.8em;
}
.dokuwiki div.tags {
        display: none;
}
.dokuwiki div.docInfo {
        border-top: 1px solid #e7e2d6;
        color: #59492a;
}
.dokuwiki .docInfo_extra {
        display: block;
}

} /* End Print Media Query Block */
