/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

::selection {
    background: var(--theme-primary) !important;
}

body, nav, ul, li, p, li, a, label, input, textarea {
    font-family: 'Helvetica Neue Roman', serif;
    font-size: 18px;
}
