/*
Theme Name: Themify Ultra Child
Description: Child theme for Themify Ultra
Author: Markus Cueva
Template: themify-ultra
*/

/* write custom css below */

@font-face {
  font-family: 'FlexSim';
  src:  url('fonts/FlexSim.eot?bbk2aj');
  src:  url('fonts/FlexSim.eot?bbk2aj#iefix') format('embedded-opentype'),
    url('fonts/FlexSim.ttf?bbk2aj') format('truetype'),
    url('fonts/FlexSim.woff?bbk2aj') format('woff'),
    url('fonts/FlexSim.svg?bbk2aj#FlexSim') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="FlexSim-font"], [class*=" FlexSim-font"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FlexSim' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.FlexSim-font-Sim:before {
  content: "\e900";
}
.FlexSim-font-xMark:before {
  content: "\e902";
}
.FlexSim-font-Flex:before {
  content: "\e901";
}
.FlexSim-font-logo:before {
  content: "\e903";
}

.fs-blue {
  color: #003366;
  margin-right: -0.2em;
}

.fs-tan {
  color: #c0a06f;
}