/* Thin */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-Thin';
    src: url('static/Cause-Thin.ttf') format('truetype');
}

/* ExtraLight */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-ExtraLight';
    src: url('static/Cause-ExtraLight.ttf') format('truetype');
}

/* Light */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-Light';
    src: url('static/Cause-Light.ttf') format('truetype');
}

/* Regular */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-Regular';
    src: url('static/Cause-Regular.ttf') format('truetype');
}

/* Medium */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-Medium';
    src: url('static/Cause-Medium.ttf') format('truetype');
}

/* SemiBold */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-SemiBold';
    src: url('static/Cause-SemiBold.ttf') format('truetype');
}

/* Bold */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-Bold';
    src: url('static/Cause-Bold.ttf') format('truetype');
}

/* ExtraBold */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-ExtraBold';
    src: url('static/Cause-ExtraBold.ttf') format('truetype');
}

/* Black */
@font-face {
    font-family: 'Cause';
    src: url('static/Cause-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Cause-Black';
    src: url('static/Cause-Black.ttf') format('truetype');
}