/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@font-face {
	font-family: 'nameofnewfont';
	src: url("/fonts/nameofnewfont.woff2") format("woff2"),
		 url("/fonts/nameofnewfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;}

.drts .drts-bs-form-group{
	font-size:14px !important;
}
.drts-view-entities.drts-view-post-entities.drts-view-entities-dashboard_dashboard{
	font-size:14px !important;
}

.drts-display[data-display-type=form]>.drts-display-element{
	margin-bottom: 0.5em !important; 
}
.drts-bs-nav-item.drts-bs-mr-2.drts-bs-mb-2.drts-bs-mb-sm-0.drts-view-nav-item.drts-view-nav-item-name-num.drts-bs-navbar-text{
	font-size:17px !important;
}
.drts .drts-bs-badge{
	font-size:45% !important;
}
.entity_field_post_title{
		font-size:17px !important;
}
.drts-bs-card-header{
	font-size:18px !important;
}
.drts-bs-card-body{
	font-size:17px !important;
}