@font-face {
  font-family: "Inter Variable";
  font-weight: 100 900;
  font-style: oblique 0deg 10deg;
  src: url("https://static-assets.editions-tissot.fr/fonts/Inter-clean.woff2")
    format("woff2");
}
html {
  font-size: 16px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Body selector change to header for global design Tissot */
.header,
.appbar,
.footer {
  font-family: "Inter Variable", sans-serif;
  font-size: 100%;
  font-weight: 450;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Without header selector normally */
.header a,
.appbar a,
.footer a,
.header svg,
.appbar svg,
.footer svg {
  text-decoration: none;
  transition: all 0.3s ease;
}
.header a:hover {
  color: var(--blue--700);
}
.header p,
.footer p {
  line-height: 1.5;
}
