/*
@import url('https://fonts.googleapis.com/css2?family=Economica&display=swap');

html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Economica', sans-serif;
}

body {
    background-color:#101311;
    font-family: 'Economica', sans-serif;
}

a, div, span, h1, h2, h3, h4, h5, input {
    font-family: 'Economica', sans-serif;
}
*/
.btn-primary:hover {
    background: #cda45e;
    color: #fff;
}

.btn-primary {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;    
    border: 2px solid #cda45e;
    color:white;
    background-color:transparent;
}