/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Unlimitech Cloud S.A.S
Author: Unlimitech Cloud S.A.S
Author URI: https://unlimitech.cloud/
Template: hello-elementor
Version: 1.1.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
*/

/*
    Add your custom styles here
*/

html,
body,
#page,
#page > div:first-of-type,
#page > main {
    min-height: 100%;
    font-family: 'Roboto Regular', sans-serif;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#eb-wrap-my-account [type=button]:focus,
#eb-wrap-my-account [type=submit]:focus,
#eb-wrap-my-account button:focus {
  outline: none !important;
}

#eb-wrap-my-account [type=button],
#eb-wrap-my-account [type=submit],
#eb-wrap-my-account button {
    border: none !important;
}

a {
	color: #EB5E25;
}

.light-black {
    color:#424242;
  }
  .f-roboto-400 {
    font-family: 'Roboto Regular', Courier, monospace;
  }
  .f-roboto-700 {
    font-family: 'Roboto Bold', Courier, monospace;
    font-weight: 700;
  }
  .fz-14 {
    font-size: 14px;
  }
  .fz-15 {
    font-size: 15px;
  }
  .fz-16 {
  font-size: 16px;
  }