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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family:utm-avo;
    font-style: normal;
    font-weight: 400 ;
    src: url(../pixels-app/fonts/utm-avo.ttf);
}
@font-face {
    font-family: utmavobold;
    font-style: normal;
    font-weight: 400;
    src: url(../pixels-app/fonts/utmavobold.ttf);
}
body{
    /* font-family: utm-avo; */
    font-family: "Be Vietnam Pro", sans-serif;
}
