@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-family: "Marianne", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.hidden {
  visibility: hidden;
}

img {
  max-width: 100%;
  width: auto;
}

/* 

Temp fix DSFR 1.7.x
TODO remove all of this asap

*/

input {
  font-family: "Marianne", Arial, sans-serif;
  font-size: 1rem;
}
[href]:not(.fr-btn):hover {
  text-decoration: none;
}
body .w-full {
  width: 100%;
}
.fr-btn.w-full {
  justify-content: center;
}
.fr-btn--candidate:hover,
.fr-btn--establishment:hover,
.fr-btn--establishment-secondary:hover {
  opacity: 0.9;
}

.fr-btn--establishment {
  background-color: #0079c1 !important;
}
.fr-btn--establishment-secondary {
  background-color: #fff !important;
  color: #0079c1 !important;
  border: 1px solid #0079c1;
}
