@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-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-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: #1a3e5b; $navbar-color: $dark;