@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('../fonts/RobotoSlab-Light.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoSlab-SemiBold';
    src: url('../fonts/RobotoSlab-SemiBold.woff2') format('woff2'),
        url('../fonts/RobotoSlab-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    text-rendering: optimizeSpeed;
    font-family: 'Montserrat';
    color: #000;
    font-size: 17px;
    line-height: 1.4;
}

strong,
b,
.cartItem__title,
.button,
.checkout__sectionHeaderTitle {
   font-family: 'RobotoSlab-SemiBold';
}

h1, .h1 {
    font-family: 'RobotoSlab-Light';
}


.button {
    color: #1d77ba;
    border-radius: 30px;
}
.button:hover {
    background: #70be5a;
    color: #fff;
    border-color: transparent;
}
.button--filled {
    background: #1d77ba;
    color: #fff;
}
.button--filled:hover {
    background: #70be5a;
}
.textButton:hover {
    color: #1d77ba;
}



.header {
    color: #333;
    background: #fff;
}
.header__logo {
    width: 140px;
}



.footer__background {
    background: #1d77ba;
    color: #fff;
    text-transform: none;
}
.footer a:hover {
    color: inherit;
    text-decoration: underline;
}


.progress__number {
    color: #70be5a;
    border-color: #70be5a;
}
.active .progress__number {
    background: #70be5a;
}
.progress:before {
    border-color: #70be5a;
}
.progress__icon {
    fill: currentColor;
}


.checkout__asideBox {
    border-color: transparent;
}
.checkout__asideBox--background {
    background: #e8f1f8;
}
.checkout__contentBlock {
    background: #e8f1f8;
    padding: 1rem 1.5rem;
}
.checkout__contentBlock p:last-child {
    margin-bottom: 0;
}
.checkout__sectionHeader {
    letter-spacing: .1em;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0.5em;
}


.accountOptions:after {
    border-color: #70be5a;
}



.cartItem__input:focus {
    border-color: #70be5a;
}
.cartItem__button:hover {
    color: #1d77ba;
}
.cartItem__image {
    width: 100px;
    height: 150px;
    object-fit: contain;
}
.cartItem__priceTotal,
.cartItem__facts {
    font-family: 'Montserrat Semibold';
    font-weight: normal;
}
.cartItem__factsLabel {
    font-family: 'Montserrat';
}



.orderSummary__row.orderSummary__row--total .orderSummary__label,
.orderSummary__row.orderSummary__row--total .orderSummary__price {
    font-family: 'Montserrat Semibold';
    font-weight: normal;
}
.orderSummary__row.orderSummary__row--total .orderSummary__label span {
    font-family: 'Montserrat';
}




.listOptions__Button {
    background: #fff;
}
.listOptions__icon {
    fill: #1d77ba;
}




.form__input:focus {
    outline: none;
}
.form__field:focus-within .form__label,
.form__input.selected+.form__label,
.form__input:not(:placeholder-shown)+.form__label {
    font-family: 'Montserrat Semibold';
    font-weight: normal;
}
