/*
Theme Name: Ace Point Player
Description: Ace Point Tennis player interface.
Version: 2.1.22
Text Domain: tennis-player-mobile
*/
:root{--green:#123723;--lime:#dfff20;--bg:#f5f7f6;--ink:#173c29}*{box-sizing:border-box}html{background:#e7eeea}body{margin:0;background:#e7eeea;color:var(--ink);font-family:Arial,sans-serif}.site{width:min(430px,100%);min-height:100vh;margin:auto;background:var(--bg)}.top{height:62px;background:var(--green);color:var(--lime);display:grid;place-items:center;font-weight:800;font-size:20px;border-radius:0 0 20px 20px}.content{padding:0}.content>p:first-child{display:none}.site-footer{height:30px}@media(max-width:430px){.site{width:100%}}
