/*
Theme Name: Robin Shoes
Author: MajorLabel
Author URI: https://majorlabel.nl
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
Text Domain: robinshoes
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?vmn52a');
	src:  url('fonts/icomoon.eot?vmn52a#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?vmn52a') format('truetype'),
	  url('fonts/icomoon.woff?vmn52a') format('woff'),
	  url('fonts/icomoon.svg?vmn52a#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="iconmoon-"], [class*=" iconmoon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconmoon-shopper:before {
	content: "\e900";
}
.iconmoon-filter:before {
	content: "\e904";
}
.iconmoon-layout-2row:before {
	content: "\e901";
}
.iconmoon-layout-3col:before {
	content: "\e902";
}
.iconmoon-layout-2col:before {
	content: "\e903";
}

html {
	font-family: 'Poppins';
}

body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}
