/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Child theme for Hello Elementor
 Author:       Mojtaba Haghighat
 Author URI:   https://lozistudio.com
 Template:     hello-elementor
 Version:      1.0.0
*/

@font-face {
  font-family: 'Yekan-VA';
  src: url('fonts/Yekan-VA.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after,
html,
body,
button,
input,
select,
textarea {
  font-family: 'Yekan-VA', sans-serif !important;
}

body {
  margin: 0 !important;
  word-spacing: -1px;
}

h3 {
  margin-top: 0;
}

p {
  margin: 0;
}

ul {
  padding-inline-start: 1.5rem;
  line-height: 2;
}

table, td, th {
  border: 1px solid #dddddd;
}

:focus-visible {
  outline: 2px solid rgba(0, 123, 255, 0.5);
  outline-offset: 2px;
}

.elementor-button-icon {
  transition: transform 0.3s ease-in-out;
}

.elementor-button:hover .elementor-button-icon {
  transform: translateX(-5px);
}

.elementor-button {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a {
  cursor: pointer;
}
    