@font-face
{
    font-family: 'The Shape Of Things';
    font-weight: normal;
    font-style: normal;

    src: url('/static/vendor/theshapeofthings/TheShapeOfThings.ttf') format('truetype');
}

.theshapeofthings
{
    font-family: 'The Shape Of Things' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.theshapeofthings-spacewaybeach-header
{
    font-family: 'The Shape Of Things' !important;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

