+++ /dev/null
-/*
- Features
-*/
-$enable-shadows: true;
-
-/*
- Colours
-*/
-$black: #000000;
-$white: #ffffff;
-
-// Grays
-$gray-400: #ede8e8;
-$gray-800: #31353c;
-
-$red: #ee2e31;
-$yellow: #e7e247;
-$cyan: #2ee8c8;
-
-// Brand colours
-$lwl: #4b0082;
-$twitter: #00acee;
-
-$custom-colors: (
- "lwl" : $lwl,
- "twitter" : $twitter,
-);
-
-// Theme
-$primary: #FF2E53;
-$secondary: $white;
-$light: #faf5f6;
-$dark: #4f4f4f;
-
-$body-bg: $white;
-$body-color: $dark;
-
-$code-color: $white;
-$pre-color: $white;
-$table-color: inherit;
-
-$border-radius: 6px;
-$border-radius-lg: $border-radius;
-
-// Fonts
-$font-family-sans-serif: "Prompt", sans-serif;
-
-$font-weight-light: 200;
-$font-weight-normal: 400;
-$font-weight-bold: 700;
-
-// Typo
-$font-size-base: 1.125rem;
-$lead-font-size: 1.5rem;
-$small-font-size: 85%;
-
-$line-height-base: 1.5625;
-
-$blockquote-font-size: $font-size-base * 1.125;
-
-// Headings
-$headings-font-weight: 700;
-
-$h1-font-size: 3.75rem;
-$h2-font-size: 2.5rem;
-$h3-font-size: 2.25rem;
-$h4-font-size: 1.875rem;
-$h5-font-size: 1.625rem;
-$h6-font-size: 1.25rem;
-
-$display1-size: 5rem;
-$display-font-weight: $headings-font-weight;
-
-// Links
-$link-color: $primary;
-
-// Navbar
-$navbar-brand-font-size: 1.875rem;
-$navbar-brand-height: 2.8125rem;
-$navbar-height: 5.625rem;
-
-$navbar-nav-link-padding-x: 1.875rem;
-
-/*$navbar-light-color: $dark;
-$navbar-light-hover-color: $black;
-$navbar-light-active-color: $black;
-$navbar-light-disabled-color: $light; */
-
-// Buttons
-$btn-box-shadow: 0px 4px 4px rgba(255, 46, 83, 0.17);
-$btn-border-width: 4px;
-$btn-padding-x: 1.5rem;
-$btn-padding-y: .5rem;
-
-
-// Cards
-$card-border-radius: 0;
-
-// Progress
-$progress-height: 1rem * $line-height-base;
-
-// Breadcrumbs
-$breadcrumb-bg: white;