@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'OpenSans'; 
	font-size: 14px;
	color: #5B5B5B;
	min-height: 100vh;
}


/* Start Recipe App Case Study */
.case-study-title {
    font-family: 'Montserrat' !important;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #006D77;
}

.tool-used h3 {
    font-weight: bold;
    font-size: 18px;
}

.app-title, .sub-title{
    font-family: 'Montserrat' !important;
    font-weight: bold;
    font-size: 34px;
    color: #006D77;
}

.sub-title {
    font-size: 20px !important;
}

.title-border {
    position: relative;
    padding-bottom: 6px;
}

.title-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #207561;
    width: 100px;
}

.card {
    background-color: #EDF6F9;
    border: none;
    box-shadow: none;
    border-radius: 12px;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    color: #5b5b5b;

}

.card-body {
    padding: 12px;
}

.design-process img, .user-personas img, .user-stories img, 
.user-flow img, .paper-sketch img, .mid-fi img, 
.mood-board img, .visual-design img, .style-guide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-outline {
    border: 1px solid #006D77;
    border-radius: 8px;
}

.btn-outline a {
    text-decoration: none;
    color: #006D77;
    font-size: 12px;
}

.btn-outline:focus {
    box-shadow: none;
}

.mood-board img { 
    border-radius: 4px;
}

.mood-board {
    box-shadow: 0px 2px 2px rgba(91, 91, 91, 0.25);
    border: 1px solid rgba(91, 91, 91, 0.25);
    border-radius: 4px;
}
.prototype-title {
    font-size: 20px;
    font-weight: bold;
    color: #006D77;
}

.prototype-section {
    background-color: #EDF6F9;
    padding: 24px 72px;
}

.prototype-section a {
    font-weight: bold;
    color: #006D77;
}
/* End Recipe App Case Study */
