/* ===== Fonts ===== */

/* ===== Custom Fonts: Brother 1816 ===== */

/* Regular */
@font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother1816/07-brother1816-regular-web-subset.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Regular Italic */
@font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother1816/08-brother1816-regular_italic-web-subset.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother1816/09-brother1816-medium-web-subset.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother1816/10-brother1816-medium_italic-web-subset.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* ===== Custom Fonts: Brother 1816 Printed ===== */


/* Regular */
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/07-brother1816printed-regular-web-subset.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Regular Italic */
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/08-brother1816printed-regular_italic-web-subset.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/09-brother1816printed-medium-web-subset.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/10-brother1816printed-medium_italic-web-subset.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/11-brother1816printed-bold-web-subset.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/12-brother1816printed-bold_italic-web-subset.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Extra-Bold */
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/13-brother1816printed-extrabold-web-subset.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Extra-Bold Italic*/
@font-face {
    font-family: 'Brother 1816 Printed';
    src: url('../fonts/Brother1816_Printed/14-brother1816printed-extrabold_italic-web-subset.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* ===== Custom Fonts: Font Awesome 7 ===== */

/* Solid */
@font-face {
    font-family: 'Font Awesome 7';
    src: url('../fonts/FontAwesome/fa-solid-900.woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Brands */
@font-face {
  font-family: 'Font Awesome 7 Brands';
  src: url("../fonts/FontAwesome/fa-brands-400.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}