/*
 * 2xN — Main Stylesheet
 * twox-theme/styles/main.css
 * v1.7.2
 */

:root {
	--twox-black:      #0a0a0a;
	--twox-purple:     #6b4de6;
	--twox-white:      #ffffff;
	--twox-font:       'Helvetica Neue', Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: var(--twox-font);
	-webkit-font-smoothing: antialiased;
}
