@import "./variables.scss";
body {
background-color: $primary-background-color;
font: 100% $font-stack;
color: $primary-color;
}
.phone-call-image {
background: url('./icons/phone-call.png') no-repeat;
height: 40px;
width: 40px;
background-size: cover;
}