* {
    font-family: "Montserrat", sans-serif;
    --pink: #ed1969;
    --blue: #1c3a8e;
}

body,
html {
	overflow-x: hidden;
}
section {
    margin-top: 60px;
    }
.cardio-connect__title {
	color: var(--blue);
	font-size: 28px;
	font-weight: 700;
}

.cardio-connect__paragraph {
	font-size: 20px;
	font-weight: 500;
}

.specifications__title {
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.specifications__paragraph {
	font-size: 16px;
	font-weight: 300;
}

.specifications ul {
	list-style-image: url("../images/list-style.svg");
}
