﻿
@font-face {
    font-family: "starling";
    src: url("/Fonts/Starling/web/Starling-Book.woff2") format("woff2"), 
        url("/Fonts/Starling/web/Starling-Book.woff") format("woff"), 
        url("/Fonts/Starling/web/Starling-Book.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "starling";
    src: url("/Fonts/Starling/web/Starling-BookItalic.woff2") format("woff2"), 
        url("/Fonts/Starling/web/Starling-BookItalic.woff") format("woff"), 
        url("/Fonts/Starling/web/Starling-BookItalic.otf") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "starling";
    src: url("/Fonts/Starling/web/Starling-Bold.woff2") format("woff2"),
        url("/Fonts/Starling/web/Starling-Bold.woff") format("woff"),
        url("/Fonts/Starling/web/Starling-Bold.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "starling";
    src: url("/Fonts/Starling/web/Starling-BoldItalic.woff2") format("woff2"),
        url("/Fonts/Starling/web/Starling-BoldItalic.woff") format("woff"),
        url("/Fonts/Starling/web/Starling-BoldItalic.otf") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "starling";
    src: url("/Fonts/Starling/web/Starling-Black.woff2") format("woff2"),
        url("/Fonts/Starling/web/Starling-Black.woff") format("woff"),
        url("'/Fonts/Starling/web/Starling Black.otf'") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
}

@font-face {
    font-family: "starling";
    src: url("/Fonts/Starling/web/Starling-BlackItalic.woff2") format("woff2"),
        url("/Fonts/Starling/web/Starling-BlackItalic.woff") format("woff"),
        url("/Fonts/Starling/web/Starling-BlackItalic.otf") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 900;
    font-stretch: normal;
}

.tk-starling {
    font-family: "starling",serif;
}
