@charset "UTF-8";
@charset "iso-8859-1";


@font-face{
	font-family: 'sb';/*sora bold*/
	src: url('./fonts/sora-bold/Sora-Bold.woff2') format('woff2'),
		 url('./fonts/sora-bold/Sora-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'seb';/*sora extrabold*/
	src: url('./fonts/sora-extrabold/Sora-ExtraBold.woff2') format('woff2'),
		 url('./fonts/sora-extrabold/Sora-ExtraBold.woff') format('woff');
}
@font-face{
	font-family: 'sl';/*sora light*/
	src: url('./fonts/sora-light/Sora-Light.woff2') format('woff2'),
		 url('./fonts/sora-light/Sora-Light.woff') format('woff');
}
@font-face{
	font-family: 'sm';/*sora medium*/
	src: url('./fonts/sora-medium/Sora-Medium.woff2') format('woff2'),
		 url('./fonts/sora-medium/Sora-Medium.woff') format('woff');
}
@font-face{
	font-family: 'sr';/*sora regular*/
	src: url('./fonts/sora-regular/Sora-Regular.woff2') format('woff2'),
		 url('./fonts/sora-regular/Sora-Regular.woff') format('woff');
}
@font-face{
	font-family: 'ssb';/*sora semibold*/
	src: url('./fonts/sora-semibold/Sora-SemiBold.woff2') format('woff2'),
		 url('./fonts/sora-semibold/Sora-SemiBold.woff') format('woff');
}




html {
    background-color: #0D0D0D;
}
body {
    background-color: #0D0D0D !important;
    font-size: 1.6rem;
    color: var(--color00) !important;
    font-family: 'sr', sans-serif !important;
    line-height: 1;
    overflow-x: hidden;
    margin: 0px;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvh;
    height: 100%;
    background-image: url('../img/Card.png');
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
	mix-blend-mode: overlay;
	opacity: 0.8;
	z-index: -1;
}

.spline-wrapper{
	position: relative;
    width: fit-content;
    height: fit-content;
}
.watermark-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: -webkit-fill-available;
    height: 64px;
    background-color: #0D0D0D;
    pointer-events: none;
}
input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}
ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.cover {
    overflow: hidden;
}
.cover img {
    object-fit: cover;
    font-family: 'object-fit: cover';
    height: 100%;
    width: 100%;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}