/******* Customized Bootstrap ********/

$primary: #FE5D37;
$light: #FFF5F3;
$dark: #103741;

$font-family-base: 'Heebo', sans-serif;

$headings-font-family: 'Inter', sans-serif;

$body-bg: $light;

$body-color: #74787C;

$headings-color: $dark;

$enable-responsive-font-sizes: true;

$border-radius: 10px;

$link-decoration: none;

$enable-negative-margins: true;

@import "bootstrap/scss/bootstrap";