/* 
Theme Name: Custom Hello Theme Child
Theme URI: https://archicoders.com/
Description: Custom Child Theme for Hello Elementor
Author: Archicoders Team
Author URI: https://archicoders.com/
Template: hello-elementor
Version: 1.1.2
Text Domain: archicoders-child-master
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
*/

html {
    font-size: clamp(9px, 0.521vw, 10px);
}

body {
    font-size: 1.6rem;
}

p:last-child {
    margin-bottom: 0;
}

/*
    Add your custom styles here
*/

.default-custom-button .elementor-button-icon svg{
    width: 2.2em;
}

.default-custom-button .elementor-button-text {
    align-content: space-evenly;
}
.i-arrow {
    transition: .3s ease;
}
html .default-custom-button .elementor-button:hover .i-circle {
    fill: currentColor;
}

html .default-custom-button .elementor-button:hover .i-arrow {
    fill: #fff;
}

