/*
Theme Name:  Boost Bus Theme
Theme URI:   https://boostbus.com/
Version:     1.0.1
Description: Boost Bus - Apollo Roadshow Project WebPages.
Author:      SUPERCHARGED CO
Author URI:  https://supercharged.co 
Template:    bb-theme
*/

/* CUSTOM COLOR PALLETE */
* {
    --boostbus-white: #ffffff;
    --boostbus-black: #050816;
    --boostbus-marrom: #650006;
    --boostbus-red02: #ab0b27;
    --boostbus-red01: #ff0000;
    --boostbus-purple01: #950cbb;
    --boostbus-purple02: #7b0ba0;
    --boostbus-eggplant: #300B3C;
    --boostbus-blue: #005ca0;
    --boostbus-gray: #f5f5f5;
}

/* CUSTOM FONT STACK */
/* Poppins - Bold */
@font-face {
    font-family: 'Poppins';
    font-display: swap;
    src: url('../../../wp-content/themes/boostbus-theme/fonts/poppins/Poppins-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
/* Poppins - Semi Bold */
@font-face {
    font-family: 'Poppins';
    font-display: swap;
    src: url('../../../wp-content/themes/boostbus-theme/fonts/poppins/Poppins-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
/* Poppins - Regular */
@font-face {
    font-family: 'Poppins';
    font-display: swap;
    src: url('../../../wp-content/themes/boostbus-theme/fonts/poppins/Poppins-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Franklin Gothic LT Pro Demi Condensed */
@font-face {
    font-family: 'Franklin Gothic LT Pro';
    src: url('../../../wp-content/themes/boostbus-theme/fonts/franklin-gothic/FranklinGothicLTPro-DmXCm.eot');
    src: url('../../../wp-content/themes/boostbus-theme/fonts/franklin-gothic/FranklinGothicLTPro-DmXCm.eot?#iefix') format('embedded-opentype'),
        url('../../../wp-content/themes/boostbus-theme/fonts/franklin-gothic/FranklinGothicLTPro-DmXCm.woff2') format('woff2'),
        url('../../../wp-content/themes/boostbus-theme/fonts/franklin-gothic/FranklinGothicLTPro-DmXCm.woff') format('woff'),
        url('../../../wp-content/themes/boostbus-theme/fonts/franklin-gothic/FranklinGothicLTPro-DmXCm.ttf') format('truetype'),
        url('../../../wp-content/themes/boostbus-theme/fonts/franklin-gothic/FranklinGothicLTPro-DmXCm.svg#FranklinGothicLTPro-DmXCm') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
