/*
Theme Name: Election Display Theme
Theme URI: https://factory6.nl
Author: Factory6 Media House
Author URI: https://factory6.nl
Description: Minimalistisch fullscreen thema voor Factory6 Election Display plugin
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: election-display-theme
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#page {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
