@font-face {
    font-family: 'AlegreyaSansSC-Medium';
    src: url('/fonts/AlegreyaSansSC-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'AlegreyaSansSC-Bold';
    src: url('/fonts/AlegreyaSansSC-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('/fonts/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
}