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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Matter';
  src:  url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-Bold.woff2') format('woff2'),
        url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;}

@font-face {
  font-family: 'Matter';
  src:  url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-BoldItalic.woff2') format('woff2'),
        url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;}

@font-face {
  font-family: 'Matter';
  src:  url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-Light.woff2') format('woff2'),
        url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;}

@font-face {
  font-family: 'Matter';
  src:  url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-LightItalic.woff2') format('woff2'),
        url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;}

@font-face {
  font-family: 'Matter';
  src:  url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-Regular.woff2') format('woff2'),
        url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;}

@font-face {
  font-family: 'Matter';
  src:  url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-SemiBold.woff2') format('woff2'),
        url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;}

@font-face {
  font-family: 'Matter';
  src:  url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-SemiBoldItalic.woff2') format('woff2'),
        url('https://compnow-fonts.s3.ap-southeast-2.amazonaws.com/Matter-SemiBoldItalic.woff') format('woff');
            font-weight: 600;
    font-style: italic;}
@font-face {
    font-family: 'SF Pro Text';
    src: url(https://cdn.hstatic.net/files/200000850199/file/sf-pro-text-regular.otf);
    src: url("https://cdn.hstatic.net/files/200000850199/file/sf-pro-text-regular.otf") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

