@font-face {
  font-family: "Roc Grotesk";
  src: url("../.workspace/ref/www.worldquantfoundry.com/assets/roc-grotesk-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk";
  src: url("../.workspace/ref/www.worldquantfoundry.com/assets/roc-grotesk-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Azeret Mono";
  src: url("../.workspace/ref/www.worldquantfoundry.com/assets/azeret-mono-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --bg: #000000;
  --fg: #d1d1d1;
  /* --fg-soft: #707070; */
  --fg-soft: #b8b8b8;
  --accent: #5c939f;
  --line: rgba(209, 209, 209, 0.2);
  --container: 1440px;
  --header-height: 88px;
  --font-sans: "Tenon", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-display: "tenon", ui-serif, serif;
  --font-mono: "Azeret Mono", "SFMono-Regular", ui-monospace, Menlo, Monaco,
    Consolas, monospace;

  --pv-core-black: #090909;
  --pv-rich-carbon: #111111;
  --pv-urban-smoke: #1b1b1b;
  --pv-pulse-ash: #535353;
  --pv-off-white: #e7e7e7;
  --pv-neural-fog: #dadada;
  --pv-white-flash: #f5f5f5;
  --pv-electric-teal: #5c939f;
  --pv-infrared: #ed6d40;
  --pv-line-dark: rgba(231, 231, 231, 0.2);
  --pv-line-light: rgba(17, 17, 17, 0.18);
  --pv-line-light-strong: rgba(17, 17, 17, 0.34);
  --pv-shadow-veil: rgba(0, 0, 0, 0.28);
  --pv-easing: cubic-bezier(0.62, 0.16, 0.13, 1.01);
  --pv-font-display: "tenon", ui-serif, serif;
  --pv-font-mono: "Azeret Mono", ui-monospace, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: rgba(92, 147, 159, 0.2);
}

a {
  color: inherit;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

section,
footer {
  scroll-margin-top: 120px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
