body::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/airpuls-waves.png);
    background-size: cover;
    opacity: 0.05;
    pointer-events: none;
    z-index: -1;
}

:root  > * {
    --md-primary-fg-color: #245da0;
    --md-primary-fg-color--light: #eff0f5;
    --md-primary-fg-color--dark: #131519;
}