1@font-face { 2 font-family: "Intel Clear"; 3 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff") 4 format("woff"); 5 font-weight: 200; 6 font-style: normal; 7} 8@font-face { 9 font-family: "Intel Clear"; 10 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff") 11 format("woff"); 12 font-weight: 400; 13 font-style: normal; 14} 15@font-face { 16 font-family: "Intel Clear"; 17 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff") 18 format("woff"); 19 font-weight: 700; 20 font-style: normal; 21} 22 23$font-family-base: "Intel Clear", "Helvetica Neue", Helvetica, Arial, sans-serif; 24 25$intel-blue: #0071c5; 26$light-blue: #00aeef; 27$pale-blue: #7ed3f7; 28 29$primary: $intel-blue; 30 31$red: #ed1c24; 32$orange: #ffa300; 33$yellow: #f3d54e; 34$green: #c4d600; 35$cyan: $light-blue; 36$gray: #939598; 37$dark-gray: #53565a; 38$light-gray: #B1BABF; 39$black: #000000; 40$white: #ffffff; 41 42$danger: #ED1c24; 43$success: #a6ce39; 44$warning: #FDB813; 45 46$loading-color: $black; 47$navbar-color: $intel-blue; 48 49.status-icon.secondary { 50 fill: $light-gray !important; 51} 52