/* CoW Swap theme polish */

:root {
  --cow-color-blue-300-primary: #65d9ff;
  --cow-color-blue-100-primary: #ccf8ff;
  --cow-color-background: #ecf1f8;
  --cow-color-text: #00234e;
  --cow-color-paper: #ffffff;
  --cow-color-paper-darker: #f2f2f2;
}

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

body {
  color: var(--cow-color-text, #00234e);
  background: var(--cow-color-background, #ecf1f8);
}

/* Cow landscape — panel.css url() is relative to /styles/ and 404s; fix here */
.styled__BodyWrapper-sc-ox6mix-4.gnydCI {
  background-color: var(--cow-color-blue-300-primary);
  background-image: url(../assets/08-3a1d750053502847.svg);
  background-repeat: no-repeat;
  background-position: bottom -1px center;
  background-size: contain;
}

#root,
.styled__AppWrapper-sc-ox6mix-0 {
  min-height: 100vh;
}

#main-page-scroller,
.TradePageLayout__PageWrapper-sc-1tvb5ov-0 {
  width: 100%;
}
