@layer base, utils, components;

@layer base {
    :root {
        /* Default background color */
        --background0: #000;
        /* Background levels 1-3 */
        --background1: #75b1d6;
        --background2: #75b1d6;
        --background3: #75b1d6;

        /* Default foreground color */
        --foreground0: #3cbeba;        
        /* Foreground levels 1-2 */
        --foreground1: #d44463;
        --foreground2: #d44463;
    }
    
    .container {
        
    }
}



/*
Hex | Name
--- | ---
`d44463` | pink
`3cbeba` | teal
`bb0000` | red
`ff6f00` | orange
`75b1d6` | pale blue
`e5e5e5` | border
`f5f5f5` | secondary background
*/





/* body */
/*body {
	padding: 20px 0px;

	text-rendering: optimizeLegibility;
	font-size: 20px;You
	line-height: 1.5;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* dark mode */
/*body, div, article, .card, .panel, h1, h2, h3, h4, footer {
	background-color: #2d3333;
	color: #e5e5e5;
}

.card .card-header, .card .card-header .card-title, .card .list-group, .card .list-group .list-group-item {
	background-color: #4a5454!important;
}

/* headers and footers */
/*h1, h2, h3, h4, footer {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size:42px;
}

h2 {
    font-size:28px;
}

h3, .lead {
    font-size:24px;
}

h4, .lead {
    font-size:20px;
}

.header, .footer {
    padding-right: 15px;
	padding-left: 15px;
}

.header {
    border-bottom: 1px solid #ccd2d2;
    margin-bottom: 19px;
}

.header h1 {
    margin-bottom: -7px;
}

.footer {
    border-top: 1px solid #ccd2d2;
    margin-top: 19px;
}

footer {
	font-size: 16px;
}

/* body text */
/*p {
	margin: 5px 0px;
}

a, a:link, a:visited, a:hover, a:active {
	color:#3cbeba;
}

blockquote, .blockquote {
	font-size: 18px;
	line-height: 1.3;
	margin: 5px;
}

/* bootcamp tweaks */
/*.btn-default {
	background-image:none!important;
}

dt {
	font-weight: normal;
}

.badge {
	display: inline;
}

/* special screen sizes */
/*@media (min-width: 768px) {
	.container {
		max-width: 730px;
	}
}
.container-narrow > hr {
	margin: 30px 0;
}

@media screen and (min-width: 768px) {
	.header, .footer {
		padding-right: 0;
		padding-left: 0;
	}
	.header {
		margin-bottom: 30px;
	}
}