@font-face {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/Alexandria/static/Alexandria-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Alexandria/static/Alexandria-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Alexandria/static/Alexandria-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Alexandria/static/Alexandria-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Alexandria/static/Alexandria-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Alexandria/static/Alexandria-Bold.ttf) format('truetype');
}