:root {
    --primary-color: #a6472b;
}

@font-face {
  font-family: 'UVN Chim Bien';
  src: url('/fonts/UVNChimBien.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #3a2a1a;
    background: #f6f0de;
}

a {
    color: #7a1414;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'UVN Chim Bien', sans-serif;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.btn-outline-primary {
    border-color: #a6472b;
    color: #a6472b;
}

.btn-outline-primary:hover {
    opacity: 0.92;
    background-color: transparent;
    border-color: #a6472b;
    color: #a6472b;
}

.btn-primary {
    display: inline-block;
    background: #a6472b;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 0 0 #6f2a18 inset;
    font-weight: 700;
}

.btn-primary:hover {
    background: #a6472b;
    opacity: 0.92;
}

.common-spacing {
    height: 96px;
}

.common-header-spacing {
    height: 48px;
}

.cursor-pointer {
    cursor: pointer;
}

.form-check {
    margin-bottom: 0;
}

.rounded-circle {
    border-radius: 50% !important;
}

.small-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.btn-link,
.text-primary {
    color: #7a1414 !important;
}

.h-50vh {
    height: 50vh;
}

@media (max-width: 768px) {
    .common-spacing {
        height: 48px;
    }
}
