/* GALIFARMA Official Fonts */

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/galifarma/Helvetica LT Std Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/galifarma/Helvetica-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

/* Apply to body */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Headers */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* Buttons and navigation */
.btn, .nav-link, .navbar-brand {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
