/*!
Theme Name: Avantages cartes CIH
Theme URI: https://avantagescartescih.ma/
Author: CIH Bank (Marketing - Play 40)
Author URI: https://cihbank.ma/
Description: Profitez au quotidien d'une multitude d'avantages. Faire votre shopping tout en gagnant de l’argent, ça vous tente? Grâce à la carte CIH Bank ...
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avantagescartescih
Tags: CIH BANK, Avantages cartes CIH, Credit CIH

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Avantages cartes CIH is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

/* Body Styles */
body {
    font-family: 'Inter', sans-serif;
}
.h3,
h3 {
    font-size: 24px;
    margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700 !important;
}
p {
    font-family: 'Inter', sans-serif;
    font-weight: 400 !important;
}
.subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
}
button,
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 700 !important;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}


.form-control, .form-select {
    background-color: transparent !important;
    border: var(--bs-border-width) solid #DEDEDE !important;
    line-height: 2 !important;
}

.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

.form-select:focus {
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}