@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400");

@font-face {
  font-family: MaxSans-Regular;
  src: url("https://res.cloudinary.com/dupfccmjd/raw/upload/v1749067159/MaxSans-Regular_rid0c8.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: MaxSans-Bold;
  src: url("https://res.cloudinary.com/dupfccmjd/raw/upload/v1749067213/MaxSans-Bold_c1jhcr.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: MaxSans-Italic;
  src: url("https://res.cloudinary.com/dupfccmjd/raw/upload/v1749067241/MaxSans-RegularItalic_ndmidw.woff") format("woff2");
  font-weight: 100;
  font-style: italic;
}


* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

.dealer-dollars-hero ul,
.dealer-dollars-hero li {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--variable-collection-white);
  list-style-type: disc;
  margin-left: 1.5em; /* ensures bullets are visible */
  margin-top: 0;
}

.dealer-dollars-hero strong,
.dealer-dollars-hero b {
  font-weight: 700 !important;
  font-family: MaxSans-Bold, MaxSans-Regular, Helvetica, Arial, sans-serif !important;
}

.dealer-dollars-hero .section-header p {
  margin-bottom: 0;        /* remove extra space below paragraph */
}

.dealer-dollars-hero .section-header ul {
  margin-top: 0;            /* remove space above list */
  padding-top: 0;
}

.dealer-dollars-hero .section-header li {
  margin-top: 0;
  padding-top: 0;
}

.dealer-dollars-hero p {
  margin-bottom: 0; /* keep no extra space before a following list */
}

.dealer-dollars-hero ul {
  margin-top: 0;           /* remove space above list */
  margin-bottom: 1em;      /* add space after list for next paragraph */
  padding-top: 0;
}