﻿/* Text Defaults */

h2,h3,h4,h5,p,a,li,ul,ol,span,label,.PageContainer { font-family: 'Poppins', sans-serif; }
h1 { font-family: 'Roboto'; font-size: 36px; letter-spacing: -.02em;}
h2 { font-size: 22px; letter-spacing: -.01em;}
h3 { font-size: 18px; letter-spacing: -.01em;}

h1,h2,h3,h4,h5,a.ListingsTitle,p.ListingsPrice2,p.ListingsPrice3, p.ListingsPrice4 {
transform: scale(1,1.05);
-webkit-transform: scale(1,1.05); /* Safari and Chrome */
-moz-transform: scale(1,1.05); /* Firefox */
-ms-transform: scale(1,1.05); /* IE 9+ */
-o-transform: scale(1,1.05); /* Opera */ }

/* FORMS */
p.FormTitle { font-weight: 700; margin: 0px;}
p.FormField { font-size: 14px; line-height: 16pt; margin-bottom: 8px;}
.FormSubTitle { font-size: 14px; font-weight: 700; margin-top: 10px; margin-bottom: 5px;}
.FormField { font-size: 16px; margin-bottom: 8px;}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {background-color: var(--accent)!important}