@import url("https://use.typekit.net/lgq7vbf.css");

figure, img,
header, footer,
div,
nav, 
ul, li,
p, h1, h2, h3, h4, a,
:before, :after, ::placeholder,
input, textarea, select, option,
button,
span
	{box-sizing: border-box;}

input,
textarea,
select, option
	{font-size: var(--wp--preset--font-size--medium);}

input, textarea, button,
select, option, ::placeholder, select
	{font-family: var(--wp--preset--font-family--notosans);}

button,
input[type="submit"],
input#wpsl-search-btn,
input, textarea,
select, option
	{appearance: none;
	border: none;
	background-image: none;}

::placeholder
	{opacity: 1;}

button.hide-show,
button.email,
button.hide,
input.wpcf7-submit,
.single-product .tabbladeren div.optie-buttons button,
select
	{cursor: pointer;}


:root
	{--wp--preset--font-family--filson: "filson-soft";
	--icon-height: 3rem;}

@media (max-width: 600px) 
{
:root
	{--icon-height: 2.5rem;}
}

/* WORDPRESS */
body .is-layout-constrained > .alignleft
	{margin-inline-end: 0;}
