/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

@font-face {
    font-family: 'eicons';
    src: url('../assets/fonts/eicons.eot');
    src: url('../assets/fonts/eicons.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/eicons.woff2') format('woff2'),
         url('../assets/fonts/eicons.woff') format('woff'),
         url('../assets/fonts/eicons.ttf') format('truetype'),
         url('../assets/fonts/eicons.svg#eicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-smartphone::before {
    content: '\e800'; /* Replace with the correct Unicode */
    font-family: 'eicons';
}

.icon-check::before {
    content: '\e801'; /* Replace with the correct Unicode */
    font-family: 'eicons';
}
