/*
    Theme Name: Renovbati
    Theme URI: https://renovbati.ch
    Author: karac web Sàrl
    Author URI: https://karac.ch
    Version: 1.0
    Text Domain: renovbati
*/

/* Fonts */
/* Exemple
    @font-face {
  font-family: "Inter";
  src: url("fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
*/

/* END Fonts */


/* Couleurs par défaut */
/*:root {
    --color-main-1: hsla(348, 100%, 37%, 1);
    --color-main-2: hsla(70, 9%, 13%, 1);
    --color-main-3: rgb(255, 255, 255, 1);
    --color-main-4: rgb(153, 137, 140, 1);
    --color-background-3: hsla(40, 100%, 97%, 1);
    /*--darkest: #1d1d1b;
    --medium: #f0f0f0;
    --lightest: #fff; */
}*/
/* END Couleurs */





/* General */

html {
    scroll-behavior: smooth;
}


/* END General */

/* MENU */


/* END MENU */






/* Footer */

/* END Footer */






/* Media Queries */




/*
X-Small None    <576px
Small   sm  ≥576px
Medium  md  ≥768px
Large   lg  ≥992px
Extra large xl  ≥1200px
Extra extra large   xxl ≥1400px



Classe  Valeur par défaut (Bootstrap 5)
mt-0    margin-top: 0;
mt-1    margin-top: 0.25rem; (≈ 4px)
mt-2    margin-top: 0.5rem; (≈ 8px)
mt-3    margin-top: 1rem; (≈ 16px)
mt-4    margin-top: 1.5rem; (≈ 24px)
mt-5    margin-top: 3rem; (≈ 48px)

*/

/* END Media Queries */

