/*
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('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('assets/stylesheets/theme.css');



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

    --font-standard: 'Outfit', sans-serif;
    --font-title: 'Outfit', sans-serif;
}

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

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

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) {
	
}


