:root {
  --tsfcp-bg: #070b12;
  --tsfcp-bg-2: #0b1220;
  --tsfcp-panel: rgba(11, 18, 32, .84);
  --tsfcp-panel-strong: rgba(8, 13, 24, .94);
  --tsfcp-line: rgba(255, 255, 255, .11);
  --tsfcp-line-strong: rgba(77, 246, 255, .28);
  --tsfcp-text: #f3f7ff;
  --tsfcp-muted: #9fb2cf;
  --tsfcp-cyan: #4df6ff;
  --tsfcp-pink: #ff4fd8;
  --tsfcp-green: #8cff6a;
  --tsfcp-gold: #ffb347;
  --tsfcp-orange: #ff7a2f;
  --tsfcp-radius: 8px;
  --tsfcp-shell: 1180px;
  --tsfcp-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tsfcp-display: Rajdhani, Inter, system-ui, sans-serif;
}

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

html {
  background: var(--tsfcp-bg);
}

body {
  margin: 0;
  background: var(--tsfcp-bg);
  color: var(--tsfcp-text);
  font-family: var(--tsfcp-font);
  font-size: 16px;
  line-height: 1.6;
}

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

img {
  max-width: 100%;
  height: auto;
}

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

::selection {
  background: rgba(77, 246, 255, .28);
  color: #fff;
}

.screen-reader-text,
.tsfcp-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tsfcp-skip-link:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: #fff;
  color: #07101f;
  border-radius: var(--tsfcp-radius);
}
