/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.04em !important;
  }

/* Importing Bootstrap SCSS file. */
@tailwind base;
@tailwind components;
@tailwind utilities;


.img-sjc {
    background-image: url("https://bestion.fr/saint-jacques-de-compostelle/content/images/2022/07/95AB3052-4CC0-4AB4-B390-95B00D558495.jpeg");
}
.img-ste {
    background-image: url('https://static.ghost.org/v5.0.0/images/publication-cover.jpg');
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#logo-sjc {
    background-image: url('logo-rando-blanc.png');
}

#logo-ste {
    background-image: url('logo-ane-blanc.png');
}