/*
  Custom CSS-presets for Fédération des centres sociaux des 2 Savoie
 */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Rawson-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../styles/fonts/RawsonRegular.woff') format('woff'),
        url('../styles/fonts/Rawson-Regular.otf') format('embedded-opentype'), /* IE6-IE8 */
        url('../styles/fonts/Rawson-RegularIt.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Rawson-Thin';
    font-style: normal;
    font-weight: 400;
    src: url('../styles/fonts/RawsonThin.woff') format('woff'),
        url('../styles/fonts/Rawson-Thin.otf') format('embedded-opentype'), /* IE6-IE8 */
        url('../styles/fonts/Rawson-Thin.ttf') format('truetype'); /* Safari, Android, iOS */
}

:root {
    --primary-color: #FCC50F;
    --secondary-color-1: #de743b;
    --secondary-color-2: #347aba;
    --neutral-color: #000000;
    --neutral-soft-color: #636361; /* ancien : #87898e;, couleur beige de fond : #F5F1EB*/
    --neutral-light-color: #f2f6f6; /* #f8d049; JAUNE /* #eeeeee; */

    --navbar-bg-color: black;

    --main-text-fontfamily: 'Quicksand', Helvetica, Arial, sans-serif;
    --main-title-fontfamily: 'Rawson-Regular', serif;
    --main-title-fontfamily2: 'Rawson-Thin', serif;

    --main-text-color: #002e5d;
    /*--main-text-color: #4e5056;*/
    --main-bg-color: var(--neutral-light-color);

    --footer-bg-color: var(--primary-color);
    --deco-footer-image: url('../styles/images/deco-footer-vert.png');

    --warning-color: #f29400;
    --big-titles-color: var(--secondary-color-2);
    --small-titles-color: var(--primary-color);
    --background-light-color: white;

    --main-text-fontsize: 1.05em;
    --panel-heading-text-fontsize: 1.20em;
}