﻿@font-face {
    font-family: 'FivoSans';
    src: url('/fonts/FivoSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FivoSans';
    src: url('/fonts/FivoSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

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

 etc. for Light or other variations 
body {
    font-family: 'FivoSans', sans-serif;  fallback to sans-serif 
}

    body .dropdown-header {
        white-space: normal !important;
    }

