body {
	font-family: 'Montserrat', sans-serif;
}
#logo_tekst_1, #logo_tekst_2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

@keyframes pulse {
	0% { opacity: 0.9; }
	50% { opacity: 0.7; }
	100% { opacity: 0.9; }
}

#logo {
	height: 45vh;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 2rem;
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}
section {
	scroll-snap-align: start;
}