﻿@font-face {
	font-family: "HurmeGeometricSansSemiBold";
	src: local("Hurme Geometric Sans No.4 SemiBold"), local("Hurme-Geometric-Sans-No.4-SemiBold"), url("../Font/HurmeGeometricSans4-SemiBold.woff2") format("woff2"), url("../Font/HurmeGeometricSans4-SemiBold.woff") format("woff"), url("../Font/HurmeGeometricSans4-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "HurmeGeometricSans";
	src: local("Hurme Geometric Sans No.4 Regular"), local("Hurme-Geometric-Sans-No.4-Regular"), url("../Font/HurmeGeometricSans4-Regular.woff2") format("woff2"), url("../Font/HurmeGeometricSans4-Regular.woff") format("woff"), url("../Font/HurmeGeometricSans4-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "BebasNeueBold";
	src: local("Bebas Neue Bold"), local("Bebas-Neue-Bold"), url("../Font/BebasNeueBold.woff2") format("woff2"), url("../Font/BebasNeueBold.woff") format("woff"), url("../Font/BebasNeueBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

body {
	margin: 0;
	background-color: #888888;
}

.mainBody {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}

.main {
	position: relative;
	max-width: 1920px;
	max-height: 1080px;
	background-image: url("../Images/In2-Home-Back.png");
	background-repeat: no-repeat;
	height: 995px;
}

.coming .main {
	background-image: url("../Images/In2-Key-Art-ComingSoon.png");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}