/* The following is a basic template for custom fonts. The font files need to be hosted on an external server and that server needs to allow access to these fonts using the correct CORS Policy. This MUST be setup by the server Admin or the IT Admin of that external server, this isn't something eventsAIR will do. 

Once that's setup, place the URL's for each font format in the appropriate places below and then save this file and place it in the brand editor Custom Bootstrap section. */


/* FONT FACE */ 
@font-face{
		font-family:'[futura-pt]';
		
		/*base font location*/
        src:url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3"); 
		
		/*specific font format locations */
        src:url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("eot"), 
		url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=i5&v=3") format("woff2"),
		url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("woff"),
		/*url("[URL]") format("truetype");*/
}

}

/* Interactive Sites */

@import url('https://p.typekit.net/p.css?s=1&k=idi7lmr&ht=tk&f=10879.10880.10881.10882.10884.10885.15357.15358.15361.15362.32874.32875&a=813724&app=typekit&e=css');

html, body, * {

  font-family: 'futura-pt', sans-serif !important;

}

.h1,.h2,.h3,.h4,.h5,.h6{

  font-family: 'futura-pt', sans-serif !important;

}

/* Attendee App */

.x-button.x-button-back .x-button-label, .x-button.x-button-back .x-badge {

  font-family: 'futura-pt', sans-serif !important;

}

.x-button-normal .x-button-label, .x-button-normal .x-badge, .x-button-round .x-button-label, .x-button-round .x-badge, .x-button-small .x-button-label, .x-button-small .x-badge, .x-button-forward .x-button-label, .x-button-forward .x-badge{

  font-family: 'futura-pt', sans-serif !important;

}

.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-button-label, .x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-badge{

  font-family: 'futura-pt', sans-serif !important;

}

/* Restore Font for Icons */

.fa {

  font-family: 'Font Awesome\ 5 Pro' !important;

}

.glyphicon { font-family: 'Glyphicons Halflings' !important; }