/* You can add global styles to this file, and also import other style files */

@charset "utf-8";

@font-face {
    font-family: heavy;
    src: url('Rajdhani-Bold.ttf') format("truetype");
}

@font-face {
    font-family: light;
    src: url('Rajdhani-Regular.ttf') format("truetype");
}

* {
    font-family: light;
}

img {
    pointer-events: none;
}

video {
    pointer-events: none;
}

/*# sourceMappingURL=styles.css.map*/