/* source-serif-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url('https://fencraft.leprd.space/fonts/source-serif-pro-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('https://fencraft.leprd.space/fonts/source-serif-pro-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://fencraft.leprd.space/fonts/source-serif-pro-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://fencraft.leprd.space/fonts/source-serif-pro-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://fencraft.leprd.space/fonts/source-serif-pro-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://fencraft.leprd.space/fonts/source-serif-pro-v15-latin-regular.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}

/* uncial-antiqua-regular - latin */
@font-face {
  font-family: 'Uncial Antiqua';
  font-style: normal;
  font-weight: 400;
  src: url('https://fencraft.leprd.space/fonts/uncial-antiqua-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://fencraft.leprd.space/fonts/uncial-antiqua-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://fencraft.leprd.space/fonts/uncial-antiqua-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://fencraft.leprd.space/fonts/uncial-antiqua-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://fencraft.leprd.space/fonts/uncial-antiqua-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://fencraft.leprd.space/fonts/uncial-antiqua-v20-latin-regular.svg#UncialAntiqua') format('svg'); /* Legacy iOS */
}


body {
	font-family: "Source Serif Pro", serif !important;
	font-size: 1em;
	background-color: #b7b1a0;
}

.header {
	background: rgb(73, 61, 85);
}

.header__title,.divider {
	font-family: "Uncial Antiqua", serif;
}

.header__title {
	font-size: 2em;
}

.content .divider h1 {
	font-size: 2em;
	color: rgb(73, 61, 85);
}

.settings_view > div p {
	color: black;
	font-size: 1em;
	
}