/* 
Theme Name: IQ Gruppe
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jakob Ehmann
Author URI: https://www.jack-coleman.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: iq-gruppe
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
	font-family: "Necto Mono";
	src: url("assets/fonts/Necto Mono.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.iq-font-necto-mono {
	font-family: "Necto Mono", monospace;
}

/* Global select icon (frontend): IQ Chevron Down */
select:not([multiple]):not([size]),
select[size="1"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("assets/icons/IQ-Chev-Down.svg");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 0.8rem auto;
	padding-right: 2.75rem;
}
