@font-face {
    font-family: 'TeleNeo';
    src: url('https://cdn.commerce.mlb.com/css/t-mobile/fonts/TeleNeoWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'TeleNeo';
    src: url('https://cdn.commerce.mlb.com/css/t-mobile/fonts/TeleNeoWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'TeleNeo';
    src: url('https://cdn.commerce.mlb.com/css/t-mobile/fonts/TeleNeoWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'TeleNeo';
    src: url('https://cdn.commerce.mlb.com/css/t-mobile/fonts/TeleNeoWeb-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}

body.league-mlb {

    --tmobile-magenta: #e20074;
    --tmobile-stitch-tr: url('https://cdn.commerce.mlb.com/css/t-mobile/t-mobile-2026-baseball-stitch-top.png');
    --tmobile-stitch-bl: url('https://cdn.commerce.mlb.com/css/t-mobile/t-mobile-2026-baseball-stitch-bottom.png');

    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%), var(--tmobile-stitch-tr), var(--tmobile-stitch-bl)  !important;
    background-color: var(--tmobile-magenta) !important;
    background-repeat: no-repeat;
    background-position: center top, right -75px top -75px, left -75px bottom -75px;
    background-size: cover, 325px auto,275px 364px;
    background-attachment: fixed, fixed, fixed;

    main #t-mobile-mlbtv {
        font-family: 'TeleNeo', sans-serif  !important;
        color: #ffffff;
        background-image: url(https://cdn.commerce.mlb.com/css/t-mobile/t-mobile_mlb%402x.png);
        background-position: top 10px right 10px !important;
        background-repeat: no-repeat;
        background-size: 130px 50px !important;
        padding-top: 100px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;

        h2 {
            font-family: 'TeleNeo', sans-serif  !important;
        }

    }


    .p-button__button--primary {
        background-color: #000 !important;
        border-color: #333 !important;

        &:hover {
            background-color: #000 !important;
            border-color: #333 !important;
        }
    }

    .container {
        border-color: transparent !important;
    }

    .container,
    .l-grid--one-column .l-grid__col,
    .l-grid__col {
        background-color: transparent !important;
    }

    a,
    .p-heading__text--lined,
    .p-heading__text--none {
       color: #ffffff !important;
    }

    .p-forge-logo {
        height: auto !important;
        width: 50vw !important;
        max-width: 300px !important;
        margin-bottom: 1rem;
    }

}

#t-mobile-mlbtv > .l-grid:first-child {
    min-height: 80vh;
    align-items: center;
}

#t-mobile-mlbtv.t-mobile-mlbtv-redeem > .l-grid:first-child {
    min-height: auto;
    align-items: center;
}
