@font-face {
    font-family: "Beeline Sans";
    src:
            url("./TTF/Webfonts/Beeline_Sans-Regular.eot") format("embedded-opentype"),
            url("./TTF/Webfonts/Beeline_Sans-Regular.woff2") format("woff2"),
            url("./TTF/Webfonts/Beeline_Sans-Regular.woff") format("woff"),
            url("./TTF/BeelineSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Beeline Sans";
    src:
            url("./TTF/Webfonts/Beeline_Sans-Black.eot") format("embedded-opentype"),
            url("./TTF/Webfonts/Beeline_Sans-Black.woff2") format("woff2"),
            url("./TTF/Webfonts/Beeline_Sans-Black.woff") format("woff"),
            url("./TTF/BeelineSans-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Beeline Sans";
    src:
            url("./TTF/Webfonts/Beeline_Sans-Bold.eot") format("embedded-opentype"),
            url("./TTF/Webfonts/Beeline_Sans-Bold.woff2") format("woff2"),
            url("./TTF/Webfonts/Beeline_Sans-Bold.woff") format("woff"),
            url("./TTF/BeelineSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Beeline Sans";
    src:
            url("./TTF/Webfonts/Beeline_Sans-Medium.eot") format("embedded-opentype"),
            url("./TTF/Webfonts/Beeline_Sans-Medium.woff2") format("woff2"),
            url("./TTF/Webfonts/Beeline_Sans-Medium.woff") format("woff"),
            url("./TTF/BeelineSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
