:root {
    --primary-color: #13586e;
    --secondary-color: #b3865e;
    --text-primary: #121212;
    --text-secondary: #4a5568;
    --white: #fff;
    --font-antonio: 'Antonio', sans-serif;
    --font-system: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --primary: #13586E;
    --secondary: #b3865e;
    --background: #f8f9fa;
    --surface: #ffffff;
    --border: #e5e7eb;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --radius-sm: 4px;
    --radius-md: 6px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@font-face {
    font-family: 'Antonio';
    font-display: swap;
}
