/*
 * GT Walsheim
================================================================================ */

@font-face {
    font-family: 'gt-light';
    src: url('../fonts/GT-Walsheim-Pro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt-regular';
    src: url('../fonts/GT-Walsheim-Pro-Regular.woff') format('woff'),
         url('../fonts/GT-Walsheim-Pro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt-medium';
    src: url('../fonts/GT-Walsheim-Pro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt-bold';
    src: url('../fonts/GT-Walsheim-Pro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}