:root {
    --white: #fffffb;
    --grey-1: #b4b4b4;

    --black-1: #282828;

    --green-1: #c7e74a;
    --green-2: #80aa33;
    --green-3: #52721f;
    --green-4: #30644c;
    --green-5: #0b1f03;
    --green-6: #017d48;

    color-scheme: light;
}

* {
    font-family: "Rubik", sans-serif;
    scroll-behavior: smooth;
}

.__editor {
    font-family: "Rubik", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a {
    margin: 0;
    color: white;
    text-decoration: none;
}

body {
    background-color: #fffffb;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
}

li {
    list-style-type: none;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
