/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/**/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Loop:ital@0;1&display=swap');

html, body, p, input, textarea, button, select {font-family: Montserrat, serif !important;}
h1, h2, h3, h4, h5, h6 {font-family: Platypi, serif !important;}
body {}

.handwritten {
  font-family: "Zen Loop", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.handwritten-italic {
  font-family: "Zen Loop", cursive !important;
  font-weight: 400;
  font-style: italic;
}

.p-rl {padding: 0 8px;}
.p-tb {padding: 16px 0;}
.p-f  {padding: 16px 8px;}
.shake-icon {animation: shake 1s infinite;}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}

