/*
Theme Name: Personal CV Resume Child  
Theme URI: https://design.morkarnon.com/child-theme-uri/  
Description: My custom child theme for Personal CV Resume.  
Author: Dana  
Author URI: http://example.com/author-uri/  
Template: personal-cv-resume
Version: 1.0.0  
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: personal-cv-resume-child
*/

/* Your custom CSS starts here */
:root {
	--primary-color:#1E293B; /* body */
	--secondary-color: #A855F7;
	--secondary-color-rgb: rgba(255,69,69,0.5);
	--tertiary-color: #0F172A; /* headlines */
	--quaternary-color:#fff;
	--secondary-alpha:#FFEBFF;

	--nav-color:#3a3939;
	--nav-h-color:#A855F7; /* nav links */
	--nav-bg-h:#fff;
	--nav-wrap-bg:#A855F7;

  }
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--primary-color);
	 font-family: "Montserrat", open-sans, sans-serif;
}

