/**
 * Copyright: 2007-2022, FlexDealer Solutions Ltd
 * This code is property of FlexDealer Solutions Ltd. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
*/


/* This sets a default font and font size, but then uses their customized one with diminishing sizes. */

html
{
	font: 13px 'Roboto', sans-serif;
		}
h1
{
	font: bold 25px 'Roboto', sans-serif;
	font-family: ;
	font-size: ;
}
h2
{
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
  font-family: ;
	font-size: ;
}
h3
{
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
  font-family: ;
	font-size: ;
}
h4
{
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
  font-family: ;
	font-size: ;
}

.light {
	background-color: #ffffff;
	color: #313133;
}
.medium {
	background-color: #f3f3f3;
	color: #313133;
}
.dark {
	background-color: #66686a;
	color: #ffffff;
}
.fa-solid.open {
	color: #42d43b;
}
.fa-solid.closed {
	color: #1992d7;
}

/* This is for image widgets, when they are links, they can have a theme-related hover color on mouseover. */
.theme-bkg {
	background-color: #1992d7;
}
