@font-face {
    font-family: Kong;  
    src: url(/wp-content/fonts/kongfonts/KONGText-Book.woff2);  
    font-weight: 400;  
	font-display: swap;
}

@font-face {
    font-family: Kong;  
    src: url(/wp-content/fonts/kongfonts/KONGText-Demi.woff2);  
    font-weight: 500;  
	font-display: swap;
}

@font-face {
    font-family: Kong;  
    src: url(/wp-content/fonts/kongfonts/KONGText-Bold.woff2);  
    font-weight: 600; 
	font-display: swap;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	margin: 0;
}

section div {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

picture {
	width: 100%;
	height: 100%;
	display: block;
}

picture img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.clearfix {
	clear: both;
}