/*
Theme Name: Govilas Child
Description: This is a child theme for Govilas Theme
Author: ThiPV
Template: govilas
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'ActaDisplay';
    src: url('fonts/ActaDisplay-Bold.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('fonts/Gilroy-Bold.woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('fonts/Gilroy-Medium.woff');
    font-weight: normal;
    font-style: normal;
}

body, table, tr, td, a, p, span, h1,h2,h3,h4,h5,h6,ul,li {font-family:Gilroy !important;letter-spacing: 0.5px;}


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


}