package J2;

import androidx.media3.extractor.text.ttml.TtmlNode;
import com.google.firebase.firestore.local.SQLitePersistence;
import com.revenuecat.purchases.common.networking.RCHTTPStatusCodes;
import com.revenuecat.purchases.ui.revenuecatui.helpers.ColorExtractionConstants;
import java.util.HashMap;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public abstract class G0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final HashMap f3181a;

    static {
        HashMap map = new HashMap(13);
        f3181a = map;
        Integer numValueOf = Integer.valueOf(RCHTTPStatusCodes.BAD_REQUEST);
        map.put("normal", numValueOf);
        Integer numValueOf2 = Integer.valueOf(ColorExtractionConstants.MAXIMUM_BRIGHTNESS_THRESHOLD);
        map.put(TtmlNode.BOLD, numValueOf2);
        AbstractC2761L.m(1, map, "bolder", -1, "lighter");
        AbstractC2761L.m(100, map, "100", 200, "200");
        map.put("300", 300);
        map.put("400", numValueOf);
        AbstractC2761L.m(500, map, "500", 600, "600");
        map.put("700", numValueOf2);
        map.put("800", 800);
        map.put("900", Integer.valueOf(SQLitePersistence.MAX_ARGS));
    }
}
