/* Heebo */
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Plus Jakarta Sans */
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Roboto */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* GTN Icons */
@font-face {
    font-family: 'gtnicon-1';
    src: url('../fonts/gtnicon/gtnicon-1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-2';
    src: url('../fonts/gtnicon/gtnicon-2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-3';
    src: url('../fonts/gtnicon/gtnicon-3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-4';
    src: url('../fonts/gtnicon/gtnicon-4.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-5';
    src: url('../fonts/gtnicon/gtnicon-5.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-6';
    src: url('../fonts/gtnicon/gtnicon-6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-7';
    src: url('../fonts/gtnicon/gtnicon-7.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-8';
    src: url('../fonts/gtnicon/gtnicon-8.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-9';
    src: url('../fonts/gtnicon/gtnicon-9.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'gtnicon-10';
    src: url('../fonts/gtnicon/gtnicon-10.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Gotham Fonts */
@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/gotham-book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/gotham-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Office Bold';
    src: url('../fonts/gothamoffice_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Font Awesome CSS */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2'),
        url('../fonts/fontawesome/fa-solid-900.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
        url('../fonts/fontawesome/fa-brands-400.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fontawesome/fa-regular-400.woff2') format('woff2'),
        url('../fonts/fontawesome/fa-regular-400.woff') format('woff');
    font-display: swap;
    font-display: block;
    src: url('../fonts/fontawesome/webfonts/fa-brands-400.woff2') format('woff2'),
        url('../fonts/fontawesome/webfonts/fa-brands-400.woff') format('woff'),
        url('../fonts/fontawesome/webfonts/fa-brands-400.ttf') format('truetype');
}