/* FONT */

@font-face {
  font-family: "Helvetica Neue";
  src: url("https://piloti-std.fr/wp-content/themes/piloti/assets/fonts/HelveticaNeueRoman.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("https://piloti-std.fr/wp-content/themes/piloti/assets/fonts/HelveticaNeueMedium.woff2")
    format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("https://piloti-std.fr/wp-content/themes/piloti/assets/fonts/HelveticaNeueBold.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueUltraLight";
  src: url("https://piloti-std.fr/wp-content/themes/piloti/assets/HelveticaNeueCyr-UltraLight.woff2")
    format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* POLICE */

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* LAYOUT GLOBAL FIX SCROLL */

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  color: var(--color-black);
  line-height: 1.5;
}

body.home {
  overflow: hidden;
}

main {
  flex: 1;
  padding-top: 60px;
}

/* VARIABLES */

:root {
  --color-black: #000;
  --color-white: #fff;
}

/* RESET */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* TYPO */

h1 {
  font-size: 48px;
  font-weight: 500;
}

h2 {
  font-size: 32px;
}

p {
  font-size: 16px;
}

/* LINKS */

a {
  text-decoration: none;
  color: inherit;
}

/* UTILS */

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}
