@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.02em;
    background-color: #f9fafb;
    color: #111827;
}

.funeral-bg {
    background-color: #f3f4f6;
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 20px 20px;
}

.card-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-primary {
    background-color: #111827;
    color: white;
    border: none;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #374151;
}

.btn-danger {
    background-color: #dc2626;
    color: white;
    border: none;
    transition: background-color 0.2s;
}

.btn-danger:hover {
    background-color: #b91c1c;
}

.btn-secondary {
    background-color: transparent;
    color: #4b5563;
    border: 1px solid #d1d5db;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background-color: #f3f4f6;
    color: #111827;
}

/* Mobile-optimized touch targets */
button, 
a.button, 
input[type="submit"], 
input[type="button"], 
.touch-target {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Flash Messages */
.flash-success {
    background-color: #d1fae5;
    color: #065f46;
    padding: 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.flash-error {
    background-color: #fee2e2;
    color: #991b1b;
    padding: 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

/* Print-friendly styles */
@media print {
    body {
        background-color: white;
    }
    .no-print {
        display: none !important;
    }
    .card-shadow {
        box-shadow: none;
        border: 1px solid #d1d5db;
    }
}
