/*
Theme Name: Dyrbal
Description: Tema personalizado Dyrbal
Version: 1.0.0
Author: j{AI}son
*/

:root {
	font-size: clamp(4px, 1.05vw, 20px);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	background: #F6F3E8;
	overscroll-behavior: smooth;
	padding-right: 0 !important;
	overflow-y: hidden;
}

@font-face {
	font-family: 'Switzer Variable';
	src: url('fonts/Switzer-Variable.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Utile Display';
	src: url('fonts/UtileDisplay-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

p {
	font-family: 'Switzer Variable';
}

@media(max-width: 767px) {
	.salto {
        display: none !important;
    }
}