Spaces:
Sleeping
Sleeping
File size: 460 Bytes
fb7733d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | /******* Customized Bootstrap ********/
$primary: #FF3E41;
$secondary: #51CFED;
$light: #F8F2F0;
$dark: #060315;
$font-family-base: 'Inter', sans-serif;
$headings-font-family: 'Roboto', sans-serif;
$body-color: #555555;
$headings-color: $dark;
$headings-font-weight: 700;
$display-font-weight: 700;
$enable-responsive-font-sizes: true;
$border-radius: 0px;
$link-decoration: none;
$enable-negative-margins: true;
@import "bootstrap/scss/bootstrap"; |