@charset "utf-8";
/* CSS Document */

/*! `Bootstrap 5` Bootstrap 5 theme */
@import url(https://fonts.googleapis.com/css?family=Oleo+Script:200,300,400,700);
$font-family-base:Oleo Script;
@import url(https://fonts.googleapis.com/css?family=Vast+Shadow:200,300,400,700);
$headings-font-family:Vast Shadow;

$enable-grid-classes:false;
$primary:#0d6efd;
$secondary:#6c757d;
$success:#198754;
$danger:#dc3545;
$info:#0dcaf0;
$warning:#ffc107;
$light:#f8f9fa;
$dark:#212529;
@import "bootstrap";

// Add SASS theme customizations here..