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

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


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


}

@font-face {
  font-family: 'toolify-primary';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/PrimaryRegular.woff2') format('woff2');
}

@font-face {
  font-family: 'toolify-primary';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/PrimaryRegularItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'toolify-primary';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/PrimaryMedium.woff2') format('woff2');
}

@font-face {
  font-family: 'toolify-primary';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/PrimarySemibold.woff2') format('woff2');
}

@font-face {
  font-family: 'toolify-primary';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/PrimaryBold.woff2') format('woff2');
}


