/* 
https://blufly.media/asset/css/vernacular.css
*/


/*

Reference: https://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#Greek-derived_spellings_(often_through_Latin_and_Romance)

Reference: https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Spelling/Words_ending_with_%22-ise%22_or_%22-ize%22

*/

/*

Inverted commas

*/

.scare-quotes:after {
	
	padding-left: 0.25px;
	content: var(--dynamic-content, "\2019");
	padding-right: 1px;
	
}

.scare-quotes:before {
	
	content: var(--dynamic-content, "\2018");
	padding-right: 0.25px;
	
}
