Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
2.0 kB
2
Indexable
Never
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Commissioner', sans-serif;
}
h1{
    font-family: 'Commissioner', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    color: #333232;
}

h2{
    font-family: 'Commissioner', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #333232;
    
}

h3,h4,h5,h6{
    font-family: 'Commissioner', sans-serif;
}
p{
    font-family: 'Commissioner', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333232;
}
a{
    font-family: 'Commissioner', sans-serif;
}
.is-btn-ghost2, .is-btn-ghost1 {
	padding: 13px 106px !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
	letter-spacing: 0 !important;

}

.form-control {
    border: 1px solid #944226 !important;
    background:transparent !important;
    border-radius:0 !important;
}

.rendered-form .form-group>label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
}

.send-btn {
	padding: 15px 20px !important;
	border: 2px solid #4B5777 !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0 !important;
	color: #4B5777 !important;
	border-radius:0 !important;
}

.send-btn:hover {
	background: #4B5777 !important;
	border: 2px solid #4B5777 !important;
	color: #fff !important;
}
.navbar-nav>li>a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform:uppercase;
    color: #F73D47;
}

.footer-text, .footer-text>a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333F55;
}