@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
:root {
  --color-primary-1: #ff0083 !important;
  --color-primary-1-light: #ff008380 !important;
  --color-primary-1-lightest: #ff008310 !important;
  --partner-logo: url(https://static.lgamerica.com/assets/partners/lemonade/lemonade-partnership-logo.svg);
  --partner-logo-left-border: 1px solid #ccc;
  --partner-logo-width: 165px;
  --hero-bg-color: #f6f6f6 !important;
  --hero-color: #4a4a4a !important;
  --hero-button-bg: #ff0083;
  --hero-button-color: #ffffff;
  --hero-bg-color-dark: #f6f6f6;
  --color-primary-3: #ff0083 !important;
  --color-primary-3-light: #ff008380 !important;
  --font-family: "Lato" !important;
  --font-weight: 700 !important;
  --title-font-family: "Merriweather" !important;
  --secondary-button-color: #4a4a4a;
  --secondary-button-bg-color: var(--color-white-smoke);
  --secondary-button-border: none;
  --color-primary-1-dark: #dc0073 !important;
  --color-error: #ff0083;
  --color-error-bg: #ffffff00;
  --color-primary-2: #4a4a4a !important;
  --color-primary-4: #4a4a4a !important;
  --title-color-1: #4a4a4a;
  --title-color-3: #4a4a4a;
  --hero-img-filter: invert(28%) sepia(0%) saturate(1445%) hue-rotate(151deg)
    brightness(96%) contrast(91%);
  --primary-1-img-filter: invert(15%) sepia(93%) saturate(4909%)
    hue-rotate(320deg) brightness(97%) contrast(110%);
}
