/* Add custom styles here (i.e fonts,...) */

@font-face{
  font-family:SuisseIntl;
  src:url(https://transferts.ifavre.ch/api/shares/Q2MTk5M/files/19f2bfcb-821b-44bd-b439-7bc0ef39b010);
  font-weight: normal;
}

@font-face{
  font-family:SuisseIntl;
  src:url(https://transferts.ifavre.ch/api/shares/Q2MTk5M/files/0c811d00-30d4-435b-b46d-8375b958df6b);
  font-weight: bold;
}

/* force font */
*{
  font-family:SuisseIntl,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji !important;
}

/* change style of header */

header:first-of-type{
  height:90px !important;
  max-height:90px !important;
}

img:first-of-type {
  width: 75px;
  height: 75px;
}

.mantine-Group-root{
  flex-wrap:nowrap !important;
}

@media (prefers-color-scheme: dark){
  img:first-of-type{
    filter: invert(1);
  }
}
