/* Public assets styles for Aps-TradeTr */
body {
    font-family: 'Inter', sans-serif;
}

.logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #2563eb;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}