/*
Theme Name: Godharmic
Theme URI: https://github.com/godharmic/
Description: Godharmic is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: godharmic
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
*/

body {
  font-family: 'Fivo Sans Modern';
}

/* --------------------
SCROLLBAR STYLE
----------------------- */
::selection {
    background-color: #f37927;
    color: #313339
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #2f3239
}

::-webkit-scrollbar-thumb {
    background: #f37927
}

::-webkit-scrollbar-thumb:hover {
    background: #ebbbb9!important
}


