/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

@font-face {
    font-family: 'Herbology';
    src: url('./assets/fonts/IntegralCF-Medium.eot');
    src: local('Integral CF Medium'), local('IntegralCF-Medium'),
        url('./assets/fonts/IntegralCF-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/IntegralCF-Medium.woff2') format('woff2'),
        url('./assets/fonts/IntegralCF-Medium.woff') format('woff'),
        url('./assets/fonts/IntegralCF-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Herbology';
    src: url('./assets/fonts/IntegralCF-Bold.eot');
    src: local('Integral CF Bold'), local('IntegralCF-Bold'),
        url('./assets/fonts/IntegralCF-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/IntegralCF-Bold.woff2') format('woff2'),
        url('./assets/fonts/IntegralCF-Bold.woff') format('woff'),
        url('./assets/fonts/IntegralCF-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Herbology';
    src: url('./assets/fonts/IntegralCF-Regular.eot');
    src: local('Integral CF Regular'), local('IntegralCF-Regular'),
        url('./assets/fonts/IntegralCF-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/IntegralCF-Regular.woff2') format('woff2'),
        url('./assets/fonts/IntegralCF-Regular.woff') format('woff'),
        url('./assets/fonts/IntegralCF-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

