@font-face {
    font-family: 'Spaced';
    src: url('../webfonts/Spaced-OTF.eot');
    src: url('../webfonts/Spaced-OTF.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Spaced-OTF.woff2') format('woff2'),
         url('../webfonts/Spaced-OTF.woff') format('woff'),
         url('../webfonts/Spaced-OTF.ttf')  format('truetype'),
         url('../webfonts/Spaced-OTF.svg#Spaced') format('svg');
}

.terranFont{
font-family: 'Spaced', sans-serif, Helvetica;
/* font-size: 1.5rem;  */
font-size: 125%;
font-weight: 600;
}


/* override font size of nav items to be bigger
with the Spaced font */
.nav-link{
   font-family: 'Spaced', sans-serif, Helvetica;
   font-size: 125%;
}

.primeFont{
font-family: 'Arial Narrow', sans-serif, Helvetica;
/* font-size: 80%;   */
font-weight: 400;
font-stretch: condensed;
}