/* Reset CSS from _reset.scss */
*, *::before, *::after {
    box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure {
    margin: 0;
}
img, picture {
    display: block;
    max-width: 100%;
}
ul[role='list'], ol[role='list'] {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button, input, select, textarea {
    font: inherit;
}
html {
    color-scheme: light dark;
}


.txt-white{
    color:#ffffff !important;
}