@import '../font/fonts.css';

:root {
	/*@import "scripts-styles/varsheet_main-theme.css";*/

	/* background-img red: #b30000 */

	/* box */
	--border-gray: #0d0d0d;
	--pure-black: #000;

	--gray-bd: 3px #0d0d0d solid;

	/* gradients */
	--grdnt-red1: #bd0000;
	--grdnt-red1a: #b30000;
	/* li (darker) */
	--grdnt-red2: #380000;

	/* font-family */
	--gen-serif: calisto mt, georgia, times new roman, serif;
	--monospace: consolas, monospace;
}