@import url('/fonts/ubuntu/ubuntu.css');

html:root {
	--_core-start_--: "---";
	--font-family: 'Ubuntu', sans-serif !important;
	--font-size: 14px;
	--border-color: #dbdbe2;
	--border-radius: 1px;
	--surface-base-background: #f4f4fb;
	--surface-base-color: #000;
	--surface-content-background: #fff;
	--surface-content-hover: #f4f4fb;
	--surface-content-color: #000;
	--success-color: #00acc1;
	--success-color-negative: #fff;
	--success-color-hover: #0097a7;
	--success-color-hover-negative: #fff;
	--error-color: #D32F2F;
	--error-color-negative: #fff;
	--error-color-hover: #C62828;
	--error-color-hover-negative: #fff;
	--warning-color: #FFB300;
	--warning-color-negative: black;
	--warning-color-hover: #FFA000;
	--warning-color-hover-negative: black;
	--form-accent: #4285f4;
	--primary-color: #2864bd;
	--primary-color-negative: #fff;
	--primary-color-hover: #083376;
	--primary-color-hover-negative: #fff;
	--secondary-color: #009c9b;
	--secondary-color-negative: #fff;
	--secondary-color-hover: #006f6e;
	--secondary-color-hover-negative: #fff;
	--ternary-color: #945600;
	--ternary-color-negative: #fff;
	--ternary-color-hover: #a58c68;
	--ternary-color-hover-negative: #000;
	--_core-end_--: "---";
	--modal-subtitle-font-size: calc(var(--font-size) * 1.3);
}
