/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor. Use this to safely customize styles and functions.
 Author: Oxogi
 Author URI: https://oxogi.com/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
 Tags: elementor, child-theme, minimal
*/

/* Place your custom CSS below */


a {
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
    color: inherit;
    opacity: 0.7;
}

* {
    font-variant-numeric: proportional-nums;
}


@font-face {
  font-family: 'proxima';
  src: url('fonts/Proxima-Vara-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima';
  src: url('fonts/Proxima-Vara-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima';
  src: url('fonts/Proxima-Vara-Semi.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima';
  src: url('./fonts/Proxima-Vara-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;

}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}

.grecaptcha-badge { visibility: hidden; }

