/*
Theme Name: Ondigital theme Child
Theme URI: https://weareon-it.nl/
Template: on-theme
Author: Ondigital
Author URI: https://weareon-it.nl
Description: Algemeen thema voor ondigital websites
Version: 1.0.0
Text Domain: on-theme-child

/* algemeen */
@import url('assets/stylesheets/theme.css');

:root {
    --text: #0F0F0F;
	--text-dark: #0F0F0F;
	--text-light: #F8F8F8;
	--text-lighter: #F8F8F8;

    --font-standard: 'Playfair Display', serif;
    --font-title: 'Ando';
}

/* * {
	font-size: unset;
	font-family: var(--font-standard);
} */

/* h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-title);
} */

main#main-content, section {
	padding: unset;
}

nav ul li {
	display: block;
}
nav ul li a{
	padding: unset;
}
/* nav ul li:last-child a {
	padding: unset;
} */

/*
nav ul li {
	padding: 10px 20px;
}

nav ul li a {
	padding: 0;
	border-bottom: 2px solid transparent;
	transition: all ease-in 250ms;
}

nav ul li:last-child a {
	padding: 0;
}


/* Desktop styling only */
@media screen and (min-width: 768px) {
	
}

/* Mobile styling only */
@media screen and (max-width: 768px) {
	
}


