/* Interstate */
@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'InterstateCondensed';
    src: url('fonts/Interstate-BoldCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Amasis */
@font-face {
    font-family: 'Amasis';
    src: url('fonts/AmasisMTStd-Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Amasis';
    src: url('fonts/AmasisMTStd.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amasis';
    src: url('fonts/AmasisMTStd-Medium.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Amasis';
    src: url('fonts/AmasisMTStd-Bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Amasis';
    src: url('fonts/AmasisMTStd-Black.otf') format("opentype");
    font-weight: 900;
    font-style: normal;
}

