@font-face {
    font-family: 'Crimson';
    src: url('../webfonts/Crimson-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson';
    src: url('../webfonts/Crimson-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson';
    src: url('../webfonts/Crimson-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson';
    src: url('../webfonts/Crimson-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson';
    src: url('../webfonts/Crimson-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson';
    src: url('../webfonts/Crimson-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
