@font-face {
    font-family: 'IRANYekanWeb';
    src: url('https://skyfalcon.ir/static/webfonts/IRANYekanWeb-Bold.woff2') format('woff2'),
         url('https://skyfalcon.ir/static/webfonts/IRANYekanWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aviny';
    src: url('https://skyfalcon.ir/static/webfonts/Aviny.woff2') format('woff2'),
         url('https://skyfalcon.ir/static/webfonts/Aviny.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
    font-family: IRANYekanWeb !important;
    user-select: none;
}

.glass-effect {
	background: rgba(20, 20, 20, 0.6);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.snap-container {
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
	height: 100vh;
}

.snap-section {
	scroll-snap-align: start;
	min-height: 100vh;
	position: relative;
}

.bg-custom {
	background: linear-gradient(40deg, rgba(28,66,88,1) 0%, rgba(11,17,34,0.8) 45%), url('https://skyfalcon.ir/static/261.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
