/*
Theme Name: Hello Elementor Child
Theme URI: https://techsolutionsbyokan.com/
Author: Okan Colak
Author URI: https://techsolutionsbyokan.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*{
  font-family: 'Satoshi'!important;
}