/******* VAR *******/


:root {
	--wp--preset--font-size--small: 0.8em;
	--wp--preset--font-size--normal: 14px;
	--wp--preset--font-size--large: 1.2em;
	--wp--preset--font-weight--normal: 400;
	--wp--preset--font-weight--medium: 500;
	--wp--preset--font-weight--bold: 700;
	--wp--preset--line-height--normal: 1.6;
	--wp--preset--font-style--normal: normal;
	--wp--preset--font-style--oblique: oblique;	
	}

/*
body
	{--wp--style--block-gap: 0;} */


@media (min-width: 901px) {

:root {
	--wp--preset--font-size--normal: 15px;
	--tussenruimte: 2rem; /* rem zodat het overal hetzelfde is */
	}
	
}

@media (min-width: 1201px) {

:root {
	--wp--preset--font-size--normal: 16px;
	}
	
}

@media (min-width: 1401px) {

:root {
	--wp--preset--font-size--normal: 17px;
	}
	
}


/******* BOX-SIZING *******/
body, header, main, footer,
section, article, div, 
p, h1, h2, h3, h4, span, a,
ul, li, nav,
figure, img, figcaption,
input, label, button, select,
*:before, *:after
	{box-sizing: border-box;}

body
	{padding: 0;}

figure
	{line-height: 0;}

button,
.pt-checkout-form button.pt-payment-btn
	{-webkit-appearance: none;
	border: none;}

/* margin 
.wp-site-blocks > * + *,
.wp-block-group > * + *
	{margin-top: 0 !important;} */

/* padding p */
p
	{padding-top: 0;
	padding-bottom: 1em;}

h2, h3, h4
	{padding-top: 0.5em;
	padding-bottom: 0.5em;}

:where(.wp-block-group.has-background)
	{padding: 0;}

/* cursor */
button,
input[type = submit],
p.test-button input
	{cursor: pointer;}

/* OVERWRITE WordPress */

.wp-block-quote 
	{border-left: none;
    border-left-width: 0;
	margin: 0;
  	padding-left: 0;}

body .is-layout-flow > * + * 
	{margin-block-start: 0;
	margin-block-end: 0;}


/* WordPress EDITOR */
.block-editor-block-list__layout.is-layout-constrained,
.block-editor-block-list__block.wp-block.block-library-html__edit
	{width: 100% !important;}