/*
Theme Name: rondnik Theme
Theme URI: https://webfa24.com
Author: Your Name
Author URI: https://example.com
Description: Custom WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: rondniktheme
*/

.color {
	color:#D2AE6D;
}

img.avatar.avatar-26.photo {
	display: none;
}

a {
	text-decoration: none !important;
}

a,bdi, label, h2, h1, h3, h4, h5, h6, th, strong, p, input {
        font-family: 'iranyekan' !important;
}

@media (max-width: 600px) {
.mobile-none {
	display: none !important;
}}

@media (min-width: 600px) {
.windows-none {
	display: none !important;
}}