@charset "UTF-8";
/*
Theme Name: Rusagridata Theme
Theme URI: https://restudika.ru/
Author: Restudika (Timur Beretar)
Author URI: https://restudika.ru/
Description: Special for Plugov Group
Version: 1.0
*/
:root {
    --primary-green-color:#00ad0a;
    --secondary-green-color:#467600;
    --primary-yellow-color:#fffc00;
	--secondary-yellow-color:#ffe684;
    --primary-gray-color:#ececec;
    --secondary-gray-color:#cccccc;
	--primary-white-color:#ffffff;
	--primary-black-color:#000000;
	--secondary-black-color:#212121;

	--primary-font: "PT Sans", serif;
}
body,html {
	font-family: var(--primary-font);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background-color: #f6f6f6;
	height: 100%;
}

a, a:visited {
	color:var(--primary-green-color);
	text-decoration: none;
}

a:hover, a:focus {
	color: var(--secondary-green-color);
	border-bottom: 1px solid;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
	line-height: 140%;	
}