﻿/*@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap");

button,
input[type=password],
input[type=text],
label,
select,
textarea {
    font-family: Rajdhani, sans-serif !important;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Rajdhani, sans-serif !important;
}

body {
    font-family: Titillium Web, sans-serif !important;
}*/

 .trade-warning {
     /*width: 80%;*/
     color: rgb(5 179 215);
     border: 1px solid rgb(242 198 67);
     border-radius: 10px;
     margin: 0 auto 40px auto;
     padding: 18px 20px;
     text-align: left;
 }

 .trade-warning h6 {
     font-size: .75rem;
     text-transform: uppercase;
     color: rgb(26 92 150);
     margin-top: -25px;
     margin-left: -8px;
     background-color: #ffffff;
     width: 120px;
 }
footer {
    font-family: Nunito, sans-serif !important;
}
.avio {
    /*font-family: quicksand, sans-serif !important;*/
    font-family: Nunito, sans-serif !important;
}

 .avio .dropdown {
     font-family: quicksand, sans-serif !important;
 }

 .avio .dropdown ul {
     font-family: quicksand, sans-serif !important;
 }
 .avio h6 {
     font-family: quicksand, sans-serif !important;
 }