﻿h1, h2, h3, h4, h5, h6 {
    font-size: var(--font-size-base);
    font-family: var(--font-family-primary);
    color: var(--font-family-primary);
}

.phone h3, .phone .heading3 {
    font-size: var(--font-size-base);
}

.Button,
a.Button {    
    background-color: #FA173D;
    border: 1px solid #FA173D;
    color: #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    margin: 0;
    min-width: 50px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    display: block
}

body {
    background-color: #ECEFF1;
}