@font-face {
    font-family: 'Braven';
    src: url('../BravenRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background-color: #dd052b;
    color: #fff;
}


#logo {
	.elementor-widget-image {
		border-radius: 0 0 20px 20px;
		transition: 
			background-color .6s ease-in-out,
			backdrop-filter .6s ease-in-out,
			padding .6s ease-in-out;
		
		img {
			transition: max-width .6s ease-in-out;
		}
	}
}

.scrolled {
	#logo {
		transition: transform .6s ease-in-out;
		.elementor-widget-image {
			background-color: #dd052b;
			backdrop-filter: blur(2px);
			padding: 20px 20px;
			
			img {
				max-width: 80px;
			}
		}
	}
}
