@import "font-awesome.css";

a {
    text-decoration: none;
}

* {
    font-family: APHont, Verdana, Helvetica;
}

*:not(input):not(textarea) {
    user-select: none;
    -webkit-touch-callout: none;
}

body  {
    font-size : 3vh;
    margin : 0;
    overflow: hidden;
}

button {
    margin : 0;
}

#react {
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
}

#react > div {
    width: 100%;
    height: 100%;
}

.reactLoadingScreen {
    height: 100vh;
    background: white;
}
.reactLoadingScreen div {
    position: fixed;
    top: 3em;
    width: 100%;
    text-align: center;
    font-size: 12vh;
}
.reactLoadingScreen svg {
    width: 1.1em;
    height: 1em;
    display: inline-block;
    vertical-align: -.125em;
}
.reactLoadingScreen span {
    margin-left: -0.3em;
}

/* Default theme */

.default-theme {
    background: white;
}

/*  Black on Yellow Theme */

.boy-theme, .boy-theme .revertTheme, .boy-theme .invertTheme .revertTheme {
    color: black;
    background: yellow;
}

.boy-theme .invertTheme {
    background: black;
    color: yellow;
    border-color: #777777;
}

/* Black on White Theme */

.bow-theme, .bow-theme .revertTheme, .bow-theme .invertTheme .revertTheme {
    color: black;
    background: white;
}

.bow-theme .invertTheme {
    background: black;
    color: #eeeeee;
    border-color: #777777;
}

/* Yellow on Black */

.yob-theme, .yob-theme .revertTheme, .yob-theme .invertTheme .revertTheme {
    color: yellow;
    background: black;
}

.yob-theme .invertTheme {
    background: yellow;
    color: black;
    border-color: #777777;
}

@font-face {
    font-family: 'APHont';
    src: url('font/APHont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'APHont';
    src: url('font/APHont-Bold-Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'APHont';
    src: url('font/APHont-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'APHont';
    src: url('font/APHont-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
