/*! webfont-alexandria.css  */

		
/* Font alexandria 300,400,600,700 */	


/* Extralight 200 */
@font-face {
    font-family: 'alexandria';
    src: url('Alexandria-ExtraLight.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
}
/* Light 300 */
@font-face {
    font-family: 'alexandria';
    src: url('Alexandria-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
/* Regular 400*/
@font-face {
    font-family: 'alexandria';
    src: url('Alexandria-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}
/* Medium 500 */
@font-face {
    font-family: 'alexandria';
    src: url('Alexandria-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
/* Semi Bold 600 */
@font-face {
    font-family: 'alexandria';
    src: url('Alexandria-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}
/*  Bold 700*/
@font-face {
    font-family: 'alexandria';
    src: url('Alexandria-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}
/*  Extrabold 800*/
@font-face {
    font-family: 'alexandria';
    src: url('Alexandria-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
}

/* Bold Original 700 */
/*
@font-face {
    font-family: 'alexandria';
    src: url('alexandria-bold-webfont.woff2') format('woff2'),
         url('alexandria-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
*/
