@font-face {
    font-family: CFAstyStd;
    src: url("fonts/CFAstyStd-Book.otf") format("opentype");
}

@font-face {
    font-family: CFAstyStd;
    font-weight: 100;
    src: url("fonts/CFAstyStd-Thin.otf") format("opentype");
}

@font-face {
    font-family: CFAstyStd;
	font-weight:300;
    src: url("fonts/CFAstyStd-Medium.otf") format("opentype");
}

@font-face {
    font-family: CFAstyStd;
    font-weight: bold;
    src: url("fonts/CFAstyStd-Bold.otf") format("opentype");
}

@font-face {
    font-family: CFAstyStd;
    font-weight: 700;
    src: url("fonts/CFAstyStd-Extrabold.otf") format("opentype");
}

@font-face {
    font-family: CFAstyStd;
    font-weight: 800;
    src: url("fonts/CFAstyStd-Black.otf") format("opentype");
}
