/* Shared font faces — referenced from ../shared/fonts via symlink */

@font-face {
    font-family: 'Edict Display';
    src: url('fonts/EdictDisplayTrial-Thin.otf') format('opentype');
    font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Edict Display';
    src: url('fonts/EdictDisplayTrial-Light.otf') format('opentype');
    font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Edict Display';
    src: url('fonts/EdictDisplayTrial-LightItalic.otf') format('opentype');
    font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
    font-family: 'Edict Display';
    src: url('fonts/EdictDisplayTrial-Regular.otf') format('opentype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Edict Display';
    src: url('fonts/EdictDisplayTrial-RegularItalic.otf') format('opentype');
    font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
    font-family: 'Edict Display';
    src: url('fonts/EdictDisplayTrial-Bold.otf') format('opentype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Edict Display';
    src: url('fonts/EdictDisplayTrial-BoldItalic.otf') format('opentype');
    font-weight: 700; font-style: italic; font-display: swap;
}

@font-face {
    font-family: 'Selecta';
    src: url('fonts/Selecta-Light.otf') format('opentype');
    font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Selecta';
    src: url('fonts/Selecta-LightItalic.otf') format('opentype');
    font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
    font-family: 'Selecta';
    src: url('fonts/Selecta-Regular.otf') format('opentype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Selecta';
    src: url('fonts/Selecta-Bold.otf') format('opentype');
    font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Kalice';
    src: url('fonts/Kalice-Trial-Regular.otf') format('opentype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Kalice';
    src: url('fonts/Kalice-Trial-Italic.otf') format('opentype');
    font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
    font-family: 'Kalice';
    src: url('fonts/Kalice-Trial-Bold.otf') format('opentype');
    font-weight: 700; font-style: normal; font-display: swap;
}
