/*

Theme Name: Rewardia Custom Theme

Theme URI: https://a2designlab.com/

Author: Vince

Author URI: https://vincebarnachea-portfolio.vercel.app

Description: My Custom Theme Template

Version: 1.0.0

License: GNU General Public License v3 or later

License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/





*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.signup-form-wrapper input[type="text"]:focus,
.signup-form-wrapper input[type="email"]:focus,
.signup-form-wrapper input[type="tel"]:focus,
.signup-form-wrapper select:focus,
.signup-form-wrapper textarea:focus {
  outline: 0 !important;
  box-shadow: 0 !important;
}


@font-face {
    font-family: 'figtree-bold';
    src: url('assets/fonts/Figtree-Bold.woff2') format('woff2'),
        url('assets/fonts/Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'figtree-semibold';
    src: url('assets/fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'figtree';
    src: url('assets/fonts/Figtree-Regular.woff2') format('woff2'),
        url('assets/fonts/Figtree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}