/*
Theme Name: occasio Child
Text Domain: occasio-child
Version: 1.0
Template: occasio
Author: Bas Bruijnis
Author URI: https://snelexcel.nl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--primary-color: #2e2e2e; /* DONKERBLAUW 2a4861 */
	--secondary-color: #1f7143; /*LICHTBLAUW 5d7b94 */
	--tertiary-color: #1f7143;  /*LICHTST BLAUW 90aec7*/
	--accent-color: #60945d;  /*GROEN*/
	--contrast-color: #e63e4c; /*Rood*/
	--highlight-color: #915d94; /*Paars*/
	--light-gray-color: #ededef;  /*lichtgrijs*/
	--gray-color: #84848f; /*grijs*/
	--dark-gray-color: #24242f; /*donkergrijs*/
	--text-color: rgba(0, 0, 0, 0.9); 
	--medium-text-color: rgba(0, 0, 0, 0.7);
	--light-text-color: rgba(0, 0, 0, 0.5);
	--medium-border-color: rgba(0, 0, 0, 0.3);
	--light-border-color: rgba(0, 0, 0, 0.1);
	--link-color: #1f7143; /*was 5d7b94*/
	--link-hover-color: #4f4f4f; /* was 2a4861 */
	--button-color: #1f7143; /*deze was 60945d*/
	--button-text-color: #fff /*deze was  fff*/;
	--button-hover-color: #4f4f4f; /*deze was 5d7b94*/;
	--button-hover-text-color: #fff;
	--header-background-color: #f3f3f3 /* was 1f7143 */;
	--header-text-color: #4f4f4f;  /* DONKERBLAUW 2a4861 */
	--header-text-hover-color: #4f4f4f; /* was 1f7143*/
	--header-border-color: rgba(255, 255, 255, 0.1);
	--title-color: #1f7143;  /* DONKERBLAUW 2a4861 */
	--title-hover-color: #5d7b94;
	--post-meta-background-color: #ededef;
	--comments-background-color: #fdfdfd;  /*deze was ededef*/
	--widget-title-color: #1f7143;   /*deze was 2a4861*/
	--widget-title-hover-color: #5d7b94;
	--widget-background-color: #fdfdfd; /*deze was ededef*/
	--footer-background-color: #ffffff; 
	--footer-text-color: #2e2e2e;
	--footer-link-color: #fff;
	--footer-link-hover-color: rgba(255, 255, 255, 0.6);
	--footer-border-color: rgba(255, 255, 255, 0.1);
	--text-font: "Barlow", arial, helvetica, sans-serif;
	--title-font: "Barlow", arial, helvetica, sans-serif;
	--navi-font: "Barlow", arial, helvetica, sans-serif;
	--widget-title-font: "Barlow", arial, helvetica, sans-serif;
	--title-font-weight: bold;
	--navi-font-weight: normal;
	--widget-title-font-weight: bold;
	--title-text-transform: none;
	--navi-text-transform: none;
	--widget-title-text-transform: none;
	--text-line-height: 1.75;
	--title-line-height: 1.4;
}