/*
 Theme Name:   OceanWP Child
 Description:  OceanWP Child Theme for Suresmile site redesign 2020
 Author:       ettain group
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* load custom icon font */
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon/icomoon.eot?uzvjqa');
  src:  url('assets/fonts/icomoon/icomoon.eot?uzvjqa#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon/icomoon.ttf?uzvjqa') format('truetype'),
    url('assets/fonts/icomoon/icomoon.woff?uzvjqa') format('woff'),
    url('assets/fonts/icomoon/icomoon.svg?uzvjqa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bi-person-fill:before {
  content: "\e900";
}

/* end of font =========== */