/* @font-face {
    font-family: "Feather";
    src: url("fonts/Feather.ttf?sdxovp") format("truetype"), url("fonts/Feather.woff?sdxovp") format("woff"),
        url("fonts/Feather.svg?sdxovp#Feather") format("svg");
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: "CerebriSans";
    src: url("./cerebrisans-regular.eot");
    src: url("./cerebrisans-regular.eot?#iefix") format("embedded-opentype"),
        url("./cerebrisans-regular.woff") format("woff"),
        url("./cerebrisans-regular.ttf") format("truetype"),
        url("./cerebrisans-regular.svg#cerebrisans-regular") format("svg");
    /* font-style: italic; */
    font-weight: 300;
}
@font-face {
    font-family: "CerebriSans";
    src: url("./cerebrisans-medium.eot");
    src: url("./cerebrisans-medium.eot?#iefix") format("embedded-opentype"),
    url("./cerebrisans-medium.woff") format("woff"),
    url("./cerebrisans-medium.ttf") format("truetype"),
    url("./cerebrisans-medium.svg#cerebrisans-medium") format("svg");
    /* font-style: italic; */
    font-weight: 500;
}
@font-face {
    font-family: "CerebriSans";
    src: url("./cerebrisans-semibold.eot");
    src: url("./cerebrisans-semibold.eot?#iefix") format("embedded-opentype"),
    url("./cerebrisans-semibold.woff") format("woff"),
    url("./cerebrisans-semibold.ttf") format("truetype"),
    url("./cerebrisans-semibold.svg#cerebrisans-semibold") format("svg");
    /* font-style: italic; */
    font-weight: 700;
}
@font-face {
    font-family: "CerebriSans";
    src: url("./cerebrisans-bold.eot");
    src: url("./cerebrisans-bold.eot?#iefix") format("embedded-opentype"),
        url("./cerebrisans-bold.woff") format("woff"),
        url("./cerebrisans-bold.ttf") format("truetype"),
        url("./cerebrisans-bold.svg#cerebrisans-bold") format("svg");
    /* font-style: italic; */
    font-weight: bold;
}
@font-face {
    font-family: "CerebriSans";
    src: url("./cerebrisans-book.eot");
    src: url("./cerebrisans-book.eot?#iefix") format("embedded-opentype"),
        url("./cerebrisans-book.woff") format("woff"),
        url("./cerebrisans-book.ttf") format("truetype"),
        url("./cerebrisans-book.svg#cerebrisans-book") format("svg");
    /* font-style: italic; */
    font-weight: normal;
}