1234567891011121314151617181920212223242526272829303132 |
- /******* Customized Bootstrap ********/
-
- $primary: #074f8a;
- $secondary:#0BE1FF;
- $light: #F2F5F9;
- $dark: #16243D;
-
- $font-family-base: "Inter",sans-serif;
-
- $headings-font-family: "DM Sans", sans-serif;
-
- $body-color: #787878;
-
- $headings-color: $dark;
-
- $headings-font-weight: 500;
-
- $display-font-weight: 700;
-
- $enable-responsive-font-sizes: true;
-
- $border-radius: 10px;
-
- $border-radius-sm: $border-radius;
-
- $border-radius-lg: $border-radius;
-
- $link-decoration: none;
-
- $enable-negative-margins: true;
-
- @import "bootstrap/scss/bootstrap";
|