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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ============================
   FONT-FACE: GEORGIA LOCAL
   ============================ */

@font-face {
    font-family: 'GeorgiaLocal';
    src: url('fonts/Georgia/georgia.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeorgiaLocal';
    src: url('fonts/Georgia/georgiai.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GeorgiaLocal';
    src: url('fonts/Georgia/georgiab.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeorgiaLocal';
    src: url('fonts/Georgia/georgiaz.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ============================
   APPLY TO SITE
   ============================ */

body {
    font-family: 'GeorgiaLocal', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GeorgiaLocal', serif;
    font-weight: 700;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: 700;
}


/*** Custom FLIP ***/
.df-popup-thumb {
    width: auto !important;
    padding: 3rem;
}


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


}