@import url("https://solargentinotv.com.ar/assets/fonts/Gilroy/Gilroy.css");

* {
  box-sizing: border-box;
  font-family: Gilroy;
}

:root {
  --bg: #fff6fb;
  --surface: #ffffff;
  --surface-2: #fff0f7;
  --surface-3: #ffe3f0;
  --ink: #311021;
  --muted: #7c5168;
  --soft: #a97991;
  --line: #f3bfd7;
  --line-2: #ffd9e9;
  --pink: #ef3e91;
  --pink-2: #ff6caf;
  --pink-3: #ff96c9;
  --hot: #c8146c;
  --danger: #d32f5f;
  --ok: #1d9d77;
  --warning: #c47800;
  --shadow: 0 18px 46px rgba(185, 45, 112, .13);
  --shadow-soft: 0 10px 28px rgba(185, 45, 112, .09);
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 18px;
  --sidebar: 278px;
  --rightbar: 318px;
  --topbar: 68px;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 6%, rgba(255, 122, 184, .24), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(255, 209, 232, .7), transparent 26rem),
    linear-gradient(180deg, #fff6fb 0%, #fff 54%, #fff6fb 100%);
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

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

input,
textarea {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

textarea {
  resize: vertical;
  min-height: 108px;
}

::selection {
  background: #ffb9d9;
  color: var(--ink);
}

.hidden {
  display: none !important;
}

.only-mobile {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
