@import "./_variables";

/* stylelint-disable selector-no-universal */
*,
*::before,
*::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
/* stylelint-enable selector-no-universal */

.Opm {
    &-text-light {
        color: var(--gray-800);
        font-weight: $weight_book;
    }

    &-small-heading {
        color: var(--gray-600);
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .8px;
        text-transform: uppercase;
    }

    &-text-underlined {
        text-decoration: underline;
    }

    &-disabled {
        opacity: .65;
    }

}

.lead { /* stylelint-disable-line selector-class-pattern */
    font-weight: 400; /* TODO add to redesign */
}
