/*
 Theme Name:     Options
 Theme URI:      https://www.uxmechanic.work
 Description:    Custom Child Theme 
 Author:         UX Mechanic
 Author URI:     https:///www.uxmechanic.work
 Template:       enfold
 Version:        1.0.0
*/
 
@import url("../enfold/style.css");
/**
*	Font - Metropolis1920
**/
@font-face {
  font-family: "Metropolis1920";
  src: url("./fonts/Metropolis-1920.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Metropolis-1920.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Metropolis-1920.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Metropolis-1920.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Metropolis-1920.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Metropolis-1920.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Metropolis-1920.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
#top .font_Metropolis,
#top .font_Metropolis h1,
#top .font_Metropolis h2,
#top .font_Metropolis h3{
	font-family: "Metropolis1920" !important;
}