/*
 * Legal Disclaimer
 *
  * These web fonts are licensed exclusively for use on the following:
 * U.S. Bank websites
 *
 * It is strictly forbidden to download or use these fonts on any other website domain or media.
    
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2022
 */


/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 */

@font-face {
	font-family: "U.S. Bank Circular Web Light";
	src:url("U.S.BankCircularWeb-Light.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Light.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Light Italic";
	src:url("U.S.BankCircularWeb-LightItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-LightItalic.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Regular";
	src:url("U.S.BankCircularWeb-Regular.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Regular.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Italic";
	src:url("U.S.BankCircularWeb-Italic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Italic.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Book";
	src:url("U.S.BankCircularWeb-Book.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Book.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Book Italic";
	src:url("U.S.BankCircularWeb-BookItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-BookItalic.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Medium";
	src:url("U.S.BankCircularWeb-Medium.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Medium.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Medium Italic";
	src:url("U.S.BankCircularWeb-MediumItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-MediumItalic.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Bold";
	src:url("U.S.BankCircularWeb-Bold.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Bold.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Bold Italic";
	src:url("U.S.BankCircularWeb-BoldItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-BoldItalic.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Black";
	src:url("U.S.BankCircularWeb-Black.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Black.woff") format("woff");
}

@font-face {
	font-family: "U.S. Bank Circular Web Black Italic";
	src:url("U.S.BankCircularWeb-BlackItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-BlackItalic.woff") format("woff");
}