/* @import url('//fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap'); */
@font-face {
    font-family: 'Cambria';
    src: url('https://www.chi-coffeeconcept.com/wp-content/plugins/aaa-custom-functions/assets/fonts/Cambria-Italic.woff2') format('woff2'),
        url('https://www.chi-coffeeconcept.com/wp-content/plugins/aaa-custom-functions/assets/fonts/Cambria-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Cambria';
    src: url('https://www.chi-coffeeconcept.com/wp-content/plugins/aaa-custom-functions/assets/fonts/Cambria.woff2') format('woff2'),
        url('https://www.chi-coffeeconcept.com/wp-content/plugins/aaa-custom-functions/assets/fonts/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.parallax {
	background-size: cover;
}

/***** Tablet Landscape *****/
@media only screen and (max-width: 991px) {

}

/***** Tablet Portrait *****/
@media only screen and (max-width: 767px) {

}

/***** Mobile *****/
@media only screen and (max-width: 479px) {

}