@import url("/css/styles-branding.css");

html {
    font-family: "Inter var",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: var(--color-n800);
}

.kc-splash {
    flex: 1;
    position: relative;
}

.kc-splash__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
