:root {
    --moet-primary: rgb(189,159,87); /* #bd9f57 */
    --moet-secundary: rgb(235,205,134); /* #ebcd86 */
    --moet-complementary: rgb(87,117,189);

    --moet-primary-80: rgba(189,159,87, 0.80);
    --moet-secundary-80: rgba(235,205,134, 0.80); /* #5a67e7 */
    --moet-complementary-80: rgba(87,117,189, 0.80);

    --moet-primary-25: rgba(189,159,87, 0.25);
    --moet-secundary-25: rgba(235,205,134, 0.25); /* #5a67e7 */
    --moet-complementary-25: rgba(87,117,189, 0.25);

    --moet-filter: brightness(0) saturate(100%) invert(57%) sepia(86%) saturate(239%) hue-rotate(5deg) brightness(95%) contrast(89%);

    /* */
}
