/*!
Theme Name: VTS Logistics
Theme URI: vtslogistics.net
Author: Danylo Minakov
Author URI: 
Description: 
Version: 1.2.51
*/


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

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
}

.head-text {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}


@media screen and (max-width: 575px) {
    .call-btn {
        font-size: 13px;
    }

    .head-title {
        font-size: 42px;
        font-family: 'Poppins', sans-serif;
    }
}