/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor. Use this to safely customize styles and functions.
 Author: Oxogi
 Author URI: https://oxogi.com/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
 Tags: elementor, child-theme, minimal
*/

/* Place your custom CSS below */

a {
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
    color: inherit;
    opacity: 0.7;
}

@font-face {
font-family: 'lexend-350';
src: url('./fonts/lexend-350.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'lexend-550';
src: url('./fonts/lexend-550.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'lexend-650';
src: url('./fonts/lexend-650.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}