/* Custom Fonts for Invitation Templates */

/* Anton - Display font */
@font-face {
    font-family: 'Anton';
    src: url('./Anton.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Barlow Condensed variants */
@font-face {
    font-family: 'Barlow Condensed';
    src: url('./BarlowCondensed-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('./BarlowCondensed-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Barlow Semi Condensed variants */
@font-face {
    font-family: 'Barlow';
    src: url('./BarlowSemiCondensed-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('./BarlowSemiCondensed-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('./BarlowSemiCondensed-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('./BarlowSemiCondensed-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('./BarlowSemiCondensed-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Grand Hotel - Script font */
@font-face {
    font-family: 'Grand Hotel';
    src: url('./GrandHotel-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Playball - Script font */
@font-face {
    font-family: 'Playball';
    src: url('./Playball-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}