// custom colors
$blue-1: #189cd0;
$color-2: #000;

// More Colors
$custom-success-color: #28a745;
$custom-info-color: #17a2b8;
$custom-warning-color: #ffc107;
$custom-danger-color: #dc3545;
$custom-light-color: #f8f9fa;
$custom-dark-color: #343a40;

// Font Families
$font-family-1: "";
$font-family-2: "";

// Font Sizes
$custom-font-size-base: 16px;

// Font weights
$font-weight-thin: 100;
$font-weight-extra-light: 200;
$font-weight-light: 300;
$font-weight-normal: 400;
$font-weight-medium: 500;
$font-weight-semi-bold: 600;
$font-weight-bold: 700;
$font-weight-extra-bold: 800;
$font-weight-black: 900;

// Breakpoints
$custom-breakpoint-xs: 0; // Extra small devices (portrait phones)
$custom-breakpoint-sm: 576px; // Small devices (landscape phones)
$custom-breakpoint-md: 768px; // Medium devices (tablets)
$custom-breakpoint-lg: 992px; // Large devices (desktops)
$custom-breakpoint-xl: 1200px; // Extra large devices (large desktops)

// Transitions
$default-transition: ease-in-out all 0.3s;
$transition-custom-1: ease-in-out all 0.6s;
$transition-custom-2: ease-in-out all 0.8s;
$transition-custom-3: ease-in-out all 1s;
$transition-custom-4: ease-in-out all 0.45s;

// Line Height
$custom-line-height-base: 1.4;
