@font-face {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 700;
    src: url('Sansation_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 400;
    src: url('Sansation_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 200;
    src: url('Sansation_Light.ttf') format('truetype');
}