/* TYPOGRAPHY.CSS */

/*
============================================
    FONTS
============================================
*/

@font-face {
    font-family: 'DenmarkRegular';
    src: url('/a/f/denmark-webfont.eot?') format('eot'),
         url('/a/f/denmark-webfont.woff') format('woff'),
         url('/a/f/denmark-webfont.ttf') format('truetype'),
         url('/a/f/denmark-webfont.svg#webfontEbTaqGyq') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
============================================
    BASE
============================================
*/

body { font-size: 14px; color: #fff; line-height: 1.35em; font-family: Verdana, Geneva, Tahoma, sans-serif; }

/*
============================================
    HEADINGS
============================================
*/
h1,.h1,h2,.h2,h3,.h3 { font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Tahoma, sans-serif;
  /* font-family: 'DenmarkRegular'; */
}
h1, .h1{ font-size:36px; line-height: 1.5em; }
h2, .h2{ font-size:24px; line-height: 1.5em; }
h3, .h3{ font-size:21px; line-height: 1.5em; }
h4, .h4{ font-size:18px; line-height: 1.5em; }
h5, .h5{ font-size:14px; line-height: 1.5em; }
h6, .h6{ font-size:12px; line-height: 1.5em; }

/*
============================================
    LINKS
============================================
*/

a {color: #e0de13; text-decoration: none;}
a:focus, a:hover { text-decoration: underline; outline: none; }
.navigation a { font-family: 'DenmarkRegular'; }

/*
============================================
    LISTS
============================================
*/

ol { list-style-position: inside; }

/*
============================================
    TABLES
============================================
*/

th {  }

/*
============================================
    VARIANTS
============================================
*/

.large {font-size:}
.small { font-size: 10px; }
.bold, strong { font-weight: bold; }
.roman { font-weight: normal; }
.italic, em { font-style: italic; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.uppercase { text-transform: uppercase; letter-spacing: .1em; }
.capitalize { text-transform: capitalize; }
.lhcollapse { line-height: 1em; }
.letterpress { text-shadow: 0 1px 0 rgba(255, 255, 255, .8); }
