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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
    font-family: 'Mercenary';
    src: url('/custom_inc/fonts/Mercenary/Mercenary-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPFragment';
    src: url('/custom_inc/fonts/PPFragment/web/PPFragment-SerifRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--cnvs-themecolor: #000;
	--cnvs-themecolor-rgb: 0, 0, 0;
    
    --cnvs-dark: #262926; /* Dark background color */
    --cnvs-dark-text: #babcba; /* Dark mode text color */
    
    --cnvs-body-font: "Mercenary", sans-serif;
    --cnvs-primary-font: "PPFragment", serif;
    --cnvs-secondary-font: "Playfair Display", serif;
}

/* Apply font variables */
body {
    font-family: var(--cnvs-body-font);
}

h1, h2, h3, h4 {
    font-family: var(--cnvs-primary-font);
}

h5 {
    font-family: var(--cnvs-secondary-font);
}

.dark#footer {
    background: #262926;
    color: #babcba;
}

#logo {
  border-right: 0 !important;
  padding:10px 0;
}
