/*Include Fonts */
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-UltraLight.otf');
	font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-UltraLightItalic.otf');
	font-weight: 100;
	font-style: italic;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-Thin.otf');
	font-weight: 200;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-ThinItalic.otf');
	font-weight: 200;
	font-style: italic;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-Light.otf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-LightItalic.otf');
	font-weight: 300;
	font-style: italic;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-Italic.otf');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-SemiBold.otf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-SemiBoldItalic.otf');
	font-weight: 500;
	font-style: italic;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-Bold.otf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-BoldItalic.otf');
	font-weight: 600;
	font-style: italic;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-Heavy.otf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-HeavyItalic.otf');
	font-weight: 700;
	font-style: italic;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-Black.otf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: Aileron;
    src: url('../fonts/Aileron-BlackItalic.otf');
	font-weight: bold;
	font-style: italic;
}