/*
Theme Name: ar-pixel
Theme URI: http://underscores.me/
Description: Wordpress Theme rapid development
Author: anonymous
Requires at least: 5.3
Tested up to: 6.0.2
Requires PHP: 7.4
Version: 0.4
*/
@font-face {
    font-family: "Clashgrotesk";
    src: url("assets/fonts/ClashGrotesk-Light.woff2") format("woff2"),
        url("assets/fonts/ClashGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Clashgrotesk";
    src: url("assets/fonts/ClashGrotesk-Medium.woff2") format("woff2"),
        url("assets/fonts/ClashGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Clashgrotesk";
    src: url("assets/fonts/ClashGrotesk-Regular.woff2") format("woff2"),
        url("assets/fonts/ClashGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.spollers__title svg.icon-down,
.spollers__title svg.icon-up {
    flex-shrink: 0;
}
.wrapper {
	opacity: 1 !important;
}