/*
Theme Name:        Djoya
Description:       Blank base theme for Djoya.
Version:            1.0.0
Author:             Indicia
Author URI:         https://www.indicia.nl
Text Domain:        djoya

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

@font-face {
	font-family: "Alucky";
	src: url("assets/fonts/Alucky.otf") format("opentype"),
		url("assets/fonts/Alucky.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	position: relative;
	font-family: "Domine", serif;
	text-transform: uppercase;
	color: #404f32;
}

body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://djoya.mijncontrole.nl/wp-content/uploads/2026/08/CLOUDS-3.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto 30%;
	opacity: .5;
	z-index: -1;
	pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Alucky", cursive;
}

.full-width-image {
	width: 100%;
}

.button {
	background-color: #404f32 !important;
	color: #fff;
	width: 100%;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.kadence-form-7_3290fb-1e .kb-form .kadence-blocks-form-field > label {
	color: #404f32;
	text-align: center;
}
