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