﻿/* Tan Mignon — Bromaia primary display font */
@font-face {
    font-family: 'Tan Mignon';
    src: url('/assets/fonts/TanMignon.woff2') format('woff2'),
         url('/assets/fonts/TanMignon.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tan Mignon';
    src: url('/assets/fonts/TanMignon-Light.woff2') format('woff2'),
         url('/assets/fonts/TanMignon-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Didot — Bromaia accent display font */
@font-face {
    font-family: 'Didot';
    src: url('/assets/fonts/Didot Title.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('/assets/fonts/Didot.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('/assets/fonts/Didot Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('/assets/fonts/Didot Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/Gotham.woff2') format('woff2'), url('/assets/fonts/Gotham.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamBook.woff2') format('woff2'), url('/assets/fonts/GothamBook.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamItalic.woff2') format('woff2'), url('/assets/fonts/GothamItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamMedium.woff2') format('woff2'), url('/assets/fonts/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamBold.woff2') format('woff2'), url('/assets/fonts/GothamBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamPro.woff2') format('woff2'), url('/assets/fonts/GothamPro.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/GothamPro-Italic.woff2') format('woff2'), url('/assets/fonts/GothamPro-Italic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
