/* (c) 2021 Christian Carlowitz <chca@cmesh.de>
    This design file is licensed under a Creative Commons Attribution-ShareAlike 4.0 
    International License. https://creativecommons.org/licenses/by-sa/4.0/ 
*/

@font-face {
    font-family: 'Orbitron';
    src: url('fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
}

#bd {
    background-color: #100e23;
    font-family: 'Montserrat', normal;
}

h1 {
    font-family: 'Orbitron';
    font-size: 28pt;
    color: #05b9ec;
}

canvas {
    border:1px solid #d0d0d0;
    background-color: #808080;
}

.container {
    max-width: 4096px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #6800E7;
    border-color: #6800E7;
}
