*{ -moz-box-sizing: border-box; box-sizing: border-box; }
:root{
    --main-color: #fff;
    --main-back: #111827;
    --alt-back: #012340;

    --alt_menu_color: #8091ad;
    --inbar-color: #374151;

    --from-primary-color: #4268ff;
    --to-primary-color: #8a42f5;

    --desktop-size: 1280px;
    --desktop-padding: 3rem;
}
html,body{ 
	margin:0; padding:0; color: var(--main-color);
}
site{
    display: flex; flex: none; align-items: stretch; width: 100vw; height: 100vh; overflow: hidden; font-size: 17px;
    font-family: Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
span,cell{ display: inline-block; }
icon{ display: inline-block; background: no-repeat center center; background-size: contain; }
.material-icons{ font-size: inherit; }
.cta{ display: inline-block; text-decoration: none; font-size: 1em; padding: 0.33em 1em; overflow: hidden; border-radius: 0.5em; background: no-reepat center center; }
