﻿@font-face {
    font-family: "Avenir";
    src: url('../fonts/Avenir Heavy.ttf') format('truetype');
    src: url('../fonts/Avenir Light.ttf') format('truetype'), 
        url('../fonts/AvenirLTStd-Black.otf') format('opentype'), 
        url('../fonts/AvenirLTStd-Book.otf') format('opentype'), 
        url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
}
@font-face{
    font-family: "AcuraBespoke";
    src: url(../fonts/acurabespoke-book-webfont.woff2.ttf) format('truetype');
}
.hondaColor {
    background-color: #007cc0;
    color: #fff;
}
.acuraColor {
    background-color: #e6231e;
    color: #fff;
}
.acuraColor_dark {
    background-color: #be2227;
    color: #fff;
}
body {
    /*font-family: Avenir !important;*/
    font-family: AcuraBespoke !important;
    font-size: 18px;
}

.w3-button:hover {
    background-color: #fff !important;
    color: #000000 !important;
}
