:root {
	--page-background: ;
	--main-text: #363534;
	--main-link: #4D4740;
	--main-link-hover: #1A1815;
	--main-link-border: #C3B7A1;
	--main-link-border-hover: #f2634b;
	--profile-border: #DBD9D5;
	--navigation-button-border: #DBD9D5;
	--navigation-button-background: ;
	--navigation-button-border-hover: #f2634b;
	--navigation-button-background-hover: #f2634b;
	--navigation-text: #C3B7A1;
	--navigation-text-hover: #fff;
	--heading-color: #1A1815;
	--button-border: #DBD9D5;
	--button-background: ;
	--button-border-hover: #1A1815;
	--button-background-hover: #1A1815;
	--button-text: #C3B7A1;
	--button-text-hover: #fff;
	--hr: #f0f0f0;
	--blockquote-border: #1A1815;
	--blockquote-background: ;
	--blockquote-text: #4d4d4d;
	--code-border: #e4e4e4;
	--code-background: #fafafa;
	--pre-border: #e4e4e4;
	--pre-background: ;
	--note: #FFF9C4;
	--alert: #FAD2D2;
	--aside: #F5F5F5;
	--callout: #DDEBF7;
	--conversation-background: ;
	--comment-border: #e4e4e4;
	--footnotes: #8c8c8c;
	--footnote-super: #1A1815;
	--page-fold: #F5F5F5;
	--video-placeholder: #fafafa;
	--comment-form-background-color: #fafafa;
	--comment-form-border-color: #fafafa;
	--shared-note: #FFF9C4;
	--red-text: #ff0000;
	--highlight: #FFFF00;
}

body { 
	font-family: "Noto Sans", sans-serif;
	font-size: 18px; 
	font-weight: 350;
	line-height: 1.6;
}

audio, img, video {
	border-radius: 0.3rem;
} 

.post-date .dt-published {
	font-size: 0.8em;
}

a.post-date:hover::after {
	content: " →";
	color: #f2634b;
}

.photos-grid img { 
	margin-bottom: 0;
} 

.category-list button {
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
}

ul.post-tags {
	text-align: left;
}
