@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
$theme-colors: (
    "primary": #00a3e8,
    "secondary": #f5f5f5,
    "dark": #000000,
    "light": #f6f8f9,
    "grey": #58595a,
    "table-bg": rgba(0, 163, 232, 0.05),
);

//colors
$primary: #00a3e8;
$secondary: #f5f5f5;
$grey: #58595a;
$table-bg: rgba(0, 163, 232, 0.05);
$grey-light: #625E5E;



//fonts
$inter: 'Inter', sans-serif;
@import "../node_modules/bootstrap/scss/bootstrap";
@import "base/base";
@import "base/mixins";
@import "base/cards";
@import "base/header";
@import "base/custom-base";
@import "pages/index";