﻿
@font-face {
    font-family: "ITC Avant";
    src: url("../fonts/ITCAvantGardeStd-XLt.woff2") format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: "ITC Avant";
    src: url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "ITC Avant";
    src: url("../fonts/ITCAvantGardeStd-Md.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "ITC Avant";
    src: url("../fonts/ITCAvantGardeStd-Demi.woff2") format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: "ITC Avant";
    src: url("../fonts/ITCAvantGardeStd-Bold.woff2") format("woff2");
    font-weight: 700;
}

body form {
    font-family: "ITC Avant", Helvatica, Arial, sans-serif;
    font-weight: 400
}

body form a {
    color: #c33d67;
}

.btn.btn-clv {
    color: #fff;
    background-color: #c33d67;
    border: 1px solid #c33d67;
    transition: 0.3s cubic-bezier(0.4,0,0.2,1);
    letter-spacing: 0.5px;
    border-radius: 0;
    font-weight: 500
}

.btn.btn-clv:hover {
    background-color: transparent;
    color: #c33d67;
}

.form-group input {
    height: 50px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    border-radius: 0;
    border: 1px solid #ccc;
}