/* CSS file */
/* stylepicker_georgia_14.css */
html.lt2.georgia_14 {
	--lt-fontsize-standard: 14px;
	--lt-text-font: Georgia, Baskerville, "New York", "Times New Roman", Times, serif;
	--lt-ui: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--lt-header-font-high: var(--lt-text-font);
	--lt-header-font: var(--lt-text-font);

	font-size: var(--lt-fontsize-standard);
}
html.lt2.georgia_14 body {
	font-size: var(--lt-fontsize-standard);
}

html.lt2.georgia_14 body #lt2_content {
	--lt-text-font: Georgia, Baskerville, "New York", "Times New Roman", Times, serif;
	font-family: var(--lt-text-font);
	font-size: 15px;
	line-height: calc(1ex / 0.35);
}
