@font-face {
    font-family: 'Bitter';
    src: url('../../Fonts/Bitter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bitter-Bold';
    src: url('../../Fonts/Bitter-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bitter-Italic';
    src: url('../../Fonts/Bitter-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Calibri, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color: #303030;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Bitter, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}