/* page content elements */ @import url("pages.css");

/* GENERAL */

body {
	font-family: 'Inter', sans-serif;
	font-size: 95%;
	color: #000;
}

td, input, select, textarea {
	font-family: 'Inter', sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4, h6, .use-title-font {
	font-family: 'Sora', sans-serif;
	font-weight: 400;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 20px;
}

ol {
    display: grid;
}

h3 ~ ul {
    list-style-position: inside;
}

.empty	{
	width: 1px;
	height: 1px;
}


/* LINKS */

a:link	{
	color: #00b5cc;
}

a:visited	{
	color: #006572;
}

a:hover	{
	color: #006572!important;
	text-decoration: none;
}

div#contentFrontPage a:visited {
	color: #00b5cc!important;
}


/* HEADINGS */
/*
h1	  {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 110%;
}

h2	{
	margin-top: 0px;
	font-size: 135%;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h3	{
	margin-top: 0px;
	font-size: 120%;
	margin-bottom: 10px;
}
*/

h1	  {
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 110%;
}

h2	{
	margin-top: 0px;
	font-size: 115%;
	margin-bottom: 15px;
}

h3	{
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 10px;
}

h4	{
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 10px;
}

#logo-pharmaca {
	width: 160px;
}

#footer-text {
	padding-left: 12px;
}
