@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: #000;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.82px;
}

body footer {
    font-family: 'Be Vietnam Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Be Vietnam Pro';
    font-weight: bold;
}
h1 {
    font-size: 24px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 19px;
}
input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #dd3333;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.mr-12 {
    margin-right: 12px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
        padding: 0 48px;
    }
}
