.progresiveBlur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    mask-image: linear-gradient(to top, black, black, transparent);
    -webkit-mask-image: linear-gradient(to top, black, black, transparent);
}

@font-face {
    font-family: "SwissCondense";
    src: url("../font/Eurostile.otf");
}

.fontSwiss {
    font-family: "SwissCondense", sans-serif;
    letter-spacing: -0.05em;
}

@font-face {
    font-family: "SwissLight";
    src: url("../font/Eurostile.otf");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "SwissLight";
}

.skew8 {
    transform: skew(-8deg);
}
