/*
Theme Name: Enjoy Car
Author: Kika Lab
Author URI: https://kika-lab.com/
Version: 1.0.0
*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../enjoycars/assets/fonts/InterTight-Light.woff2') format('woff2'),
    url('../enjoycars/assets/fonts/InterTight-Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../enjoycars/assets/fonts/InterTight-Regular.woff2') format('woff2'),
    url('../enjoycars/assets/fonts/InterTight-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../enjoycars/assets/fonts/InterTight-Medium.woff2') format('woff2'),
    url('../enjoycars/assets/fonts/InterTight-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../enjoycars/assets/fonts/InterTight-SemiBold.woff2') format('woff2'),
    url('../enjoycars/assets/fonts/InterTight-SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../enjoycars/assets/fonts/InterTight-Bold.woff2') format('woff2'),
    url('../enjoycars/assets/fonts/InterTight-Bold.woff') format('woff');
    font-display: swap;
}