shipclassification / static /scss /bootstrap.scss
AronWolverine's picture
Added images and model using Git LFS
fb7733d
/******* 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";