@font-face {
  font-family: "Lazare Grotesk Trial";
  src: url("https://db.onlinewebfonts.com/t/8b1cf732b4b8e46cf8523ac279797521.eot");
  src: url("https://db.onlinewebfonts.com/t/8b1cf732b4b8e46cf8523ac279797521.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/8b1cf732b4b8e46cf8523ac279797521.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/8b1cf732b4b8e46cf8523ac279797521.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/8b1cf732b4b8e46cf8523ac279797521.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/8b1cf732b4b8e46cf8523ac279797521.svg#Lazare Grotesk Trial")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* improves loading performance */
}

@font-face {
  font-family: "Lazare Grotesk Trial Light";
  src: url("https://db.onlinewebfonts.com/t/170e0179bce568847ab1cd0d1f05427a.eot");
  src: url("https://db.onlinewebfonts.com/t/170e0179bce568847ab1cd0d1f05427a.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/170e0179bce568847ab1cd0d1f05427a.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/170e0179bce568847ab1cd0d1f05427a.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/170e0179bce568847ab1cd0d1f05427a.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/170e0179bce568847ab1cd0d1f05427a.svg#Lazare Grotesk Trial Light")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* improves loading performance */
}

@font-face {
  font-family: "Lazare Grotesk Trial Thin";
  src: url("https://db.onlinewebfonts.com/t/57a53d1f84aec9777a77b5ca80886ba6.eot");
  src: url("https://db.onlinewebfonts.com/t/57a53d1f84aec9777a77b5ca80886ba6.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/57a53d1f84aec9777a77b5ca80886ba6.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/57a53d1f84aec9777a77b5ca80886ba6.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/57a53d1f84aec9777a77b5ca80886ba6.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/57a53d1f84aec9777a77b5ca80886ba6.svg#Lazare Grotesk Trial Thin")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* improves loading performance */
}

body, button, input, textarea, select,
h2, h3, h4, h5, h6, .nav-links a, .story-text, .philosophy-text, .team-member, .dot::after {
  font-family: 'Lazare Grotesk Trial Light', Arial, sans-serif !important;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.7;
  font-size: large;
}

button {
    font-size: 1.25rem;
    font-weight: 600;
}

h1 {
  font-family: 'Lazare Grotesk Trial', Arial, sans-serif !important;
  font-weight: normal;
  letter-spacing: 0px;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lazare Grotesk Trial Light', Arial, sans-serif !important;
  background: var(--color-bg);
  color: var(--color-text);
  overflow-x: hidden;
  transition: background var(--transition-duration), color var(--transition-duration);
}

.min-height {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: var(--color-accent-start);
  text-decoration: none;
}