/* Global App Styles */

@font-face {
    font-family: Garamond;
    src: url('../fonts/Garamond.ttf');
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Garamond, sans-serif;
    color: #2e2e2e;
}
.wrap {
    width: 1024px;
    margin: 0 auto;
}
ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 18px;
    text-transform: uppercase;
}
h2 {
    font-size: 18px;
}
