/*
 * Lobster Two Font
 * Designed by Impallari Type
 * Licensed under the Open Font License (OFL)
 * https://fonts.google.com/specimen/Lobster+Two
 */

@font-face {
    font-family: 'Lobster Two';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/LobsterTwo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lobster Two';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./fonts/LobsterTwo-Bold.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #632a40;
    overflow: hidden;
}

#app {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    overflow: hidden;
}

#pixi-container {
    width: 100%;
    height: 100%;
	overflow: hidden;
}

#loading-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Lobster Two';
	font-size: 50px;
	color: #ffd36e;
}
