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

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

@font-face {
    font-family: 'Kelvinch';
    src: url('../fonts/Kelvinch-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Kelvinch';
    src: url('../fonts/Kelvinch-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: 'Kelvinch', serif;
}

#header {
    font-size: 1rem;
}