/* [project]/src/app/(frontend)/onest_2ba69066.module.css [app-client] (css) */
@font-face {
  font-family: onest;
  src: url("../media/Onest_variable-s.p.377becn4p5m58.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 900;
}

@font-face {
  font-family: onest Fallback;
  src: local(Arial);
  ascent-override: 91.42%;
  descent-override: 28.75%;
  line-gap-override: 0.0%;
  size-adjust: 106.1%;
}

.onest_2ba69066-module__CnnNYW__className {
  font-family: onest, onest Fallback;
}

.onest_2ba69066-module__CnnNYW__variable {
  --font-onest: "onest", "onest Fallback";
}

/* [project]/src/styles/globals.scss.css [app-client] (css) */
*, :before, :after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  min-height: 100vh;
  line-height: 1.5;
}

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

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

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

ul, ol {
  padding: 0;
  list-style: none;
}

h1 {
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-weight: 400;
  line-height: 1.2;
}

h3, h4 {
  font-weight: 400;
  line-height: 1.4;
}

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

:root {
  --color-accent: #2563eb;
  --color-accent-hover: #1d4ed8;
  --color-accent-soft: #eff4ff;
  --color-ink: #0a0a0a;
  --color-ink-2: #475467;
  --color-muted: #667085;
  --color-bg: #fff;
  --color-bg-2: #f5f7fa;
  --color-card: #f4f6f9;
  --color-border: #e4e7ec;
  --color-white: #fff;
  --container: 1180px;
  --radius-md: 14px;
  --radius-lg: 14px;
  --fs-h1: clamp(2.25rem, 1.3rem + 4vw, 4rem);
  --fs-h2: clamp(1.75rem, 1.2rem + 2.2vw, 2.5rem);
}

body {
  font-family: var(--font-onest),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color: #0a0a0a;
  background-color: #fff;
  font-size: 1rem;
}

::selection {
  color: #fff;
  background: #2563eb;
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transition: opacity .6s, transform .6s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity,transform;
    transform: translateY(22px);
  }

  [data-reveal].is-in {
    opacity: 1;
    transform: none;
  }
}

.livePulse {
  background: #16a34a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
}

.livePulse:after {
  content: "";
  opacity: .5;
  border: 1px solid #16a34a;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

@media (prefers-reduced-motion: no-preference) {
  .livePulse:after {
    animation: 2.2s ease-out infinite livePulse;
  }
}

@keyframes livePulse {
  0% {
    opacity: .5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}

