/* Magistral Font Family */
@font-face {
    font-family: 'Magistral';
    src: url('/fonts/Magistral Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

/* Brand Logo Text Styling */
.brand-logo-text {
    font-family: 'Magistral', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #32CD32;
}
