/* @font-face {
    font-family: 'BB Artist Alley';
    src: url('artistsalleybb-webfont.woff2') format('woff2'),
         url('artistsalleybb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BB Artist Alley';
    src: url('artistsalleybb_boldital-webfont.woff2') format('woff2'),
         url('artistsalleybb_boldital-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BB Artist Alley';
    src: url('artistsalleybb_ital-webfont.woff2') format('woff2'),
         url('artistsalleybb_ital-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
} */

@font-face {
    font-family: 'Crimson';
    src: url('Crimson-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson';
    src: url('Crimson-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson';
    src: url('crimson-italic-webfont.woff2') format('woff2'),
         url('crimson-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}