/*
 * Legal Disclaimer
 *
  * These web fonts are licensed exclusively for use on the following:
 * Web domains belonging to this customer.
 * U.S. Bank
 * 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, 2023
 */


/*
 *
 * 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";
	src:url("U.S.BankCircularWeb-Light.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Light.woff") format("woff");
			font-weight: 200;
			font-style: normal;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-LightItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-LightItalic.woff") format("woff");
			font-weight: 200;
			font-style: italic;
}

@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-weight: 400;
			font-style: normal;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-Italic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Italic.woff") format("woff");
			font-weight: 400;
			font-style: italic;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-Book.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Book.woff") format("woff");
			font-weight: 500;
			font-style: normal;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-BookItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-BookItalic.woff") format("woff");
			font-weight: 500;
			font-style: italic;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-Medium.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Medium.woff") format("woff");
			font-weight: 600;
			font-style: normal;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-MediumItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-MediumItalic.woff") format("woff");
			font-weight: 600;
			font-style: italic;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-Bold.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Bold.woff") format("woff");
			font-weight: 700;
			font-style: normal;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-BoldItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-BoldItalic.woff") format("woff");
			font-weight: 700;
			font-style: italic;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-Black.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-Black.woff") format("woff");
			font-weight: 800;
			font-style: normal;
}

@font-face {
	font-family: "U.S. Bank Circular Web";
	src:url("U.S.BankCircularWeb-BlackItalic.woff2") format("woff2"),
	    url("U.S.BankCircularWeb-BlackItalic.woff") format("woff");
			font-weight: 800;
			font-style: italic;
}