@font-face {
    font-family: "RecoletaBold";
    src: url('../fonts/RecoletaBold/font.woff2') format('woff2'),
        url('../fonts/RecoletaBold/font.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "RecoletaRegular";
    src: url('../fonts/RecoletaRegular/font.woff2') format('woff2'),
        url('../fonts/RecoletaRegular/font.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "IntervogueMedium";
    src: url('../fonts/IntervogueMedium/font.woff2') format('woff2'),
        url('../fonts/IntervogueMedium/font.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "IntervogueRegular";
    src: url('../fonts/IntervogueRegular/font.woff2') format('woff2'),
        url('../fonts/IntervogueRegular/font.woff') format('woff');
    font-display: swap;
}


body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5b5f5c;
	font-family: "IntervogueRegular";
}


strong,
b,
.cartItem__title,
h1,
.h1,
h3,
.h3--section {
    font-family: "RecoletaBold";
    font-weight: normal;
    text-transform: none;
}

.h3--section {
    border-bottom: 0;
    margin-bottom: 0;
}

.button {
    font-family: "IntervogueRegular";
    appearance: none;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #CDECE6;
    color: #5b5f5c;
    text-transform: uppercase;
    font-size: 1.1875rem;
    padding: 20px;
    text-align: center;
    border-radius: 37px;
    line-height: 1.307;
    letter-spacing: .03em;
    display: inline-flex;
    gap: 12px;
    height: auto;
}

@media (max-width:1440px) {
    .button {
        font-size: 1.1875rem;
        padding: 15px;
    }
}

@media (max-width:768px) {
    .button {
        font-size: 1.1875rem;
        line-height: 1.215;
        padding: 12px 12px 11px;
    }
}

.button--small {
    font-size: 14px !important;
    height: 0;
    min-height: 30px;
}

.button:hover,
.button-filled:hover {
    background: #CDECE6;
    color: #fff;
}

.textButton:hover {
    color: #dcd9d2;
}

.cartItem__button:hover {
    color: #dcd9d2;
}

.cartItem__quantityInputField {
    
    background: #f4f2ef;
}

.cartItem__quantity {
    font-family: "IntervogueRegular";
}

.cartItem__quantityInputButton {
    background: #dcd9d2;
}


.header {
    color: #5b5f5c;
    background: #dcd9d2;
}



.footer__background {
    background: #5b5f5c;
    color: #dcd9d2;
    font-size: 1.25rem;
    letter-spacing
}

.footer a:hover {
    color: inherit;
    text-decoration: underline;
}



.orderSummary__row.orderSummary__row--total {
    font-family: "RecoletaBold";
    font-weight: normal;
}

.orderSummary__row.orderSummary__row--total span {
    font-family: "IntervogueRegular";
}

.contentBlock {
    padding: 1.5em;
}


.cartItem {
    padding: 1.5em;
    border: 0 !important;
}

.cartItem:not(:last-child) {
    margin-bottom: 1.5rem;
}

.cartItem__image {
    width: 100px;
    height: 150px;
    object-fit: contain;
}

.cartItem__priceTotal,
.cartItem__facts {
    font-family: "IntervogueRegular";
}

.cartItem__factsLabel {
    font-family: "IntervogueRegular";
}



.listOptions__item {
    background: #f4f2ef;
}

.listOptions__Button {
    font-family: "IntervogueRegular";
}

.listOptions__icon {
    fill: black;
}



.asideBox {
    background: #f4f2ef;
}



.progress__number {
    border-color: #5b5f5c;
    color: #5b5f5c;
    box-shadow: 0 0 0 15px #fff;
}

.progress__item.active .progress__number {
    background: #5b5f5c;
}

.progress__icon {
    fill: currentColor;
}

.progress:before {
    border-color: #5b5f5c;
}


.form__input {
    transition: all 0.3s ease;
    border: transparent;
    background: #f4f2ef;
}

.form__input:focus {
    outline: none;
}

.form__checkboxButton {
    margin-top: 0;
}

.form__field:focus-within .form__label,
.form__input.selected + .form__label,
.form__input:not(:placeholder-shown) + .form__label {
    font-family: "IntervogueRegular";
}


.table td,
.table th {
    border-color: currentColor;
}