/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Roboto Slab */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ivypresto-display */
@import url("https://use.typekit.net/rrh1yps.css");

@font-face {
    font-family: "Blacker"; /* Name of the font */
    src: url("/Content/fonts/Blacker/BlackerProDisplay-Medium.woff2") format("woff2"),
    /* Modern browsers */ url("/Content/fonts/Blacker/BlackerProDisplay-Medium.woff") format("woff"); /* Older browsers */
    font-weight: normal; /* You can specify font weight */
    font-style: normal; /* You can specify font style */
}

@font-face {
    font-family: "Blacker"; /* Name of the font */
    src: url("/Content/fonts/Blacker/BlackerProDisplay-Medium.woff2") format("woff2"),
    /* Modern browsers */ url("/fonts/Blacker/BlackerProDisplay-Medium.woff") format("woff"); /* Older browsers */
    font-weight: normal; /* You can specify font weight */
    font-style: normal; /* You can specify font style */
}

@font-face {
    font-family: "Blacker"; /* Name of the font */
    src: url("/Content/fonts/Blacker/BlackerProDisplay-MediumItalic.woff2") format("woff2"),
    /* Modern browsers */
    url("/Content/fonts/Blacker/BlackerProDisplay-MediumItalic.woff") format("woff"); /* Older browsers */
    font-weight: normal; /* You can specify font weight */
    font-style: italic; /* You can specify font style */
}

@font-face {
    font-family: "Blacker Pro Display";
    src: url("/Content/fonts/Blacker/BlackerProDisplay-Italic.woff2") format("woff2"), url("/Content/fonts/Blacker/BlackerProDisplay-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Blacker Pro Display";
    src: url("/Content/fonts/Blacker/BlackerProDisplay-BoldItalic.woff2") format("woff2"), url("/Content/fonts/Blacker/BlackerProDisplay-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Blacker Pro Display";
    src: url("/Content/fonts/Blacker/BlackerProDisplay-Regular.woff2") format("woff2"), url("/Content/fonts/Blacker/BlackerProDisplay-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Blacker Pro Display";
    src: url("/Content/fonts/Blacker/BlackerProDisplay-Bold.woff2") format("woff2"), url("/Content/fonts/Blacker/BlackerProDisplay-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
