@font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-ExtraLight.woff2') format('woff2'); font-weight: 200; } @font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-ExtraLightItalic.woff2') format('woff2'); font-weight: 200; font-style: italic; } @font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-Light.woff2') format('woff2'); font-weight: 300; } @font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-Regular.woff2') format('woff2'); font-weight: 400; } @font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-Italic.woff2') format('woff2'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-Medium.woff2') format('woff2'); font-weight: 500; } @font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-Bold.woff2') format('woff2'); font-weight: 700; } @font-face { font-family: 'Inter'; src: url('~@/env/assets/fonts/Inter/Inter-BoldItalic.woff2') format('woff2'); font-weight: 700; font-style: italic; } // IBS uses Inter https://github.com/rsms/inter $font-family-base: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; $dark: #2c405a; $blue: #0070ff; $red: #e11717; $green: #34b233; $yellow: #f5bd1f; $primary: $red; $danger: $red; $success: $green; $warning: $yellow; $dark-hover: #3c506a; $red-hover: #FC2A2A; $red-active: #df2323; $red-disabled: #E17171; $red-click: #C71414; $red-shadow: #e1171780; $red-light-background: #e117170d; $gray-2: rgb(251, 251, 252); $gray-5: rgba(26, 62, 91, 0.05); $gray-5-hover: rgba(20, 39, 53, 0.1); $gray-10: rgba(26, 62, 91, 0.1); $gray-20: rgba(26, 62, 92, 0.2); $gray-30: rgba(26, 62, 91, 0.3); $red-40:rgba(225, 23, 23, 0.4); $surface-secondary: #F3F4F5; $on-surface-secondary: #040a0f99; $on-surface-tretiatry: #040A0F4D; $text-primary: #0C1C29; $text-secondary: #0C1C29E5; $text-tretiatry: #0c1c2999; $text-quaternary: #0c1c294d; $login-page-description-color: #0c1c2999; $border-radius: 8px; $loading-color: #c11d1d; $navbar-color: $dark; $header-height: 56px;