/* 
Theme Name: OdinCo
Theme URI: https://github.com/elementor/hello-theme-child/
Description: OdinCo Child Theme
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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: 'Brandon';
    src: url('./assets/fonts/brandon.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('./assets/fonts/muli.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Muli', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Brandon', sans-serif !important;
}

body:not(.elementor-editor-active) .fade-in-up,
body:not(.elementor-editor-active) .fade-in-left,
body:not(.elementor-editor-active) .fade-in-right,
body:not(.elementor-editor-active) .fade-in {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.icon-box .elementor-icon{
    background: #65899a;
    padding: 10px;
    border-radius: 8px;
}

.page-id-203 .icon-box .elementor-icon{
    background: #6B4213;
    padding: 10px;
    border-radius: 8px;
}

#site-footer{
	display: none;
}