/* ============================================================
   DM Marine - @font-face declarations
   ============================================================ */

/* BourtonBaseDrop — tagline / decoratif */
@font-face {
    font-family: 'BourtonBaseDrop';
    src: url('/assets/fonts/Bourton/BourtonBaseDrop.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* BourtonBase — variante sans drop shadow */
@font-face {
    font-family: 'BourtonBase';
    src: url('/assets/fonts/Bourton/BourtonBase.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Little Micro Sans — titres */
@font-face {
    font-family: 'Little Micro Sans';
    src: url('/assets/fonts/Little-Micro-Sans-Font-Family/LittleMicroSansTrial-Reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Little Micro Sans';
    src: url('/assets/fonts/Little-Micro-Sans-Font-Family/LittleMicroSansTrial-Li.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Silver Streak — corps de texte (variable) */
@font-face {
    font-family: 'Silver Streak';
    src: url('/assets/fonts/Silver%20Streak/Variable/Silver%20Streak%20Variable.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Silver Streak — fallback statiques */
@font-face {
    font-family: 'Silver Streak';
    src: url('/assets/fonts/Silver%20Streak/OTF/Silver%20Streak.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Silver Streak';
    src: url('/assets/fonts/Silver%20Streak/OTF/Silver%20Streak%20Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
