/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
*/

@font-face {
    font-family: "Proxima nova alt Black";
    src: url(/wp-content/themes/flatsome-child/assets/fonts/Mark-Simonson-Proxima-Nova-Alt-Black.otf) format("opentype");
    font-display: auto;
}
@font-face {
    font-family: "Proxima nova alt Bold";
    src: url(/wp-content/themes/flatsome-child/assets/fonts/Mark-Simonson-Proxima-Nova-Alt-Bold.otf) format("opentype");
    font-display: auto;
}
@font-face {
    font-family: "Proxima nova alt Extra bold";
    src: url(/wp-content/themes/flatsome-child/assets/fonts/Mark-Simonson-Proxima-Nova-Alt-Extrabold.otf)
        format("opentype");
    font-display: auto;
}
@font-face {
    font-family: "Proxima nova alt Light";
    src: url(/wp-content/themes/flatsome-child/assets/fonts/Mark-Simonson-Proxima-Nova-Alt-Light.otf) format("opentype");
    font-display: auto;
}
@font-face {
    font-family: "Proxima nova alt Regular";
    src: url(/wp-content/themes/flatsome-child/assets/fonts/Mark-Simonson-Proxima-Nova-Alt-Regular.otf)
        format("opentype");
    font-display: auto;
}
@font-face {
    font-family: "Proxima nova alt Semibold";
    src: url(/wp-content/themes/flatsome-child/assets/fonts/Mark-Simonson-Proxima-Nova-Alt-Semibold.otf)
        format("opentype");
    font-display: auto;
}
@font-face {
    font-family: "Proxima nova alt thin";
    src: url(/wp-content/themes/flatsome-child/assets/fonts/Mark-Simonson-Proxima-Nova-Alt-Thin.otf) format("opentype");
    font-display: auto;
}

/*
body{ font-family:  "Proxima nova alt Regular" !important; }

.nav > li > a {font-family:  "Proxima nova alt Semibold", sans-serif !important;}

h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Proxima nova alt Semibold", sans-serif !important;}

.alt-font{font-family: "Proxima nova alt Regular" !important;}
*/