* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-Thin.otf");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-ExtraLight.otf");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-Light.otf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-Normal.otf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-Medium.otf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-DemiBold.otf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-Bold.otf");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-ExtraBold.otf");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Articulat CF";
    src: url("../fonts/ArticulatCF-Heavy.otf");
    font-style: normal;
    font-weight: 900;
}
