/*
Theme Name: Govilas Child
Description: This is a child theme for Govilas Theme
Author: Govilas
Template: govilas
Version: 3.0
*/

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

@font-face {
    font-family: 'San Francisco Display';
    src: url('fonts/SanFranciscoDisplay-Light.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'San Francisco Display';
    src: url('fonts/SanFranciscoDisplay-Bold.woff');
    font-weight: bold;
    font-style: normal;
}
body, table, tr, td, a, p, span, h1,h2,h3,h4,h5,h6,ul,li {font-family:San Francisco Display !important;letter-spacing: 0.5px;}

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


}