/*
Theme Name: BTC Minimal
Description: Clean minimal theme for BuyBitcoinOTC
Version: 1.0
*/

body {
    font-family: system-ui, -apple-system, sans-serif;
    color: #111;
    background: #fff;
    line-height: 1.6;
}

h1, h2, h3 { font-weight: 600; }

a { color: #111; text-decoration: none; }

nav a { color: #111; font-weight: 500; }
nav a:hover { color: #666; }

input, textarea {
    border: 1px solid #ddd;
    padding: 14px 16px;
    border-radius: 12px;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
}

.btn {
    background: #111;
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
