/*
 Theme Name:   Real Factory Child
 Theme URI:    http://demo.goodlayers.com/realfactory
 Description:  Goodlayers Real Factory Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     realfactory
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  realfactory-child

 START YOUR CHILD THEME CSS HERE
*/

@font-face {
    font-family: CeraPro-Regular;
    src: url('assets/fonts/cerapro/CeraPro-Regular.ttf');
    font-weight: normal;
}

body {
    font-family: CeraPro-Regular, 'serif' !important;
}

rs-layer{
    font-family: CeraPro-Regular, 'serif' !important;
}

h1, h2, h3, h4, h5, h6, span, a {
    font-family: CeraPro-Regular, 'serif' !important;
}

.realfactory-widget-title {
    font-size: 16px !important;
}

.fa-search{
    font-size:24px !important;
}
