/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: My Friend
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

@import url("../hello-elementor/style.css");

@font-face {
    font-family: 'MyCustomFont';
    src: url('wp-content/uploads/2025/08/UTM-Avo.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'MyCustomFont', sans-serif;
}
