/*
Theme Name: Amirsa
Theme URI:
Author: Amirsa
Author URI:
Description: AMIRSA Official Website. Developed By Webarsh
Version: 1.5.0
Text Domain: amirsa
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #000;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    background-color: #000;
    font-family: 'Bebas Neue', Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}

.site,
.site > * {
    background: transparent;
}
