/*
Theme Name: tayhovietnam
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@font-face {
    font-family: 'SVN-Arial';
    src: url('/assets/	fonts/SVN-ArialRegular.woff2') format('woff2'),
         url('/assets/	fonts/SVN-ArialRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Arial';
    src: url('/assets/	fonts/SVN-ArialItalic.woff2') format('woff2'),
         url('/assets/	fonts/SVN-ArialItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Arial';
    src: url('/assets/	fonts/SVN-ArialBold.woff2') format('woff2'),
         url('/assets/	fonts/SVN-ArialBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Arial';
    src: url('/assets/	fonts/SVN-ArialBoldItalic.woff2') format('woff2'),
         url('/assets/	fonts/SVN-ArialBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
.nav, .menu, .nav > li > a {
    font-family: 'SVN-Arial',  system-ui, -apple-system, "Segoe UI",  Arial, sans-serif !important;
}