.modo-de-preparo-list{
    li{
        font-family: var(--e-global-typography-text-font-family), Sans-serif;
        font-size: var(--e-global-typography-text-font-size);
        font-weight: var(--e-global-typography-text-font-weight);
        color: var(--e-global-color-secondary);
    }
    
    .modo-de-preparo-list__title {
        font-family: var(--e-global-typography-7cdc9ed-font-family), Sans-serif;
        font-size: var(--e-global-typography-7cdc9ed-font-size);
        font-weight: var(--e-global-typography-7cdc9ed-font-weight);
        text-transform: var(--e-global-typography-7cdc9ed-text-transform);
    }
}