/* outfit-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/outfit-v11-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/outfit-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/outfit-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/outfit-v11-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/outfit-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: var(--body-font);
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 28px;
    color: var(--cd-tertiary-color);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font);
    font-weight: normal;
    color: var(--cd-secondary-color);
    margin-top: 0px;
    letter-spacing: 0px;
}

h1 {font-size: 56px; line-height: 66px; font-weight: 500;}
h2 {font-size: 48px; line-height: 56px; font-weight: 500;}
h3 {font-size: 40px; line-height: 48px; font-weight: 500;}
h4 {font-size: 36px; line-height: 46px; font-weight: 500;}
h5 {font-size: 28px; line-height: 36px; font-weight: 500;}
h6 {font-size: 20px; line-height: 28px; font-weight: 500;}

blockquote {font-size: 16px; padding-left: 80px;}
blockquote::before {left: 20px; color: var(--cd-primary-color);}


.product-listing ul li.list-group-item a:after {font-size: 16px;}
.car-item .car-content .star {font-size: 14px;}

.details-nav ul li a {padding: 7px 20px; font-size: 16px;}
.car-details-sidebar .sidebar-title {font-size: 24px; font-weight: 600;}

.rev_slider .slotholder:after, .rev_slider .slotholder .kenburnimg img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
    background: rgba(0,0,0,.5);
}


@media (min-width: 1200px) {
    .container {max-width: 1240px !important;}
}
