/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
/* Add your custom styles here */
@font-face {
font-family: "Tipu Bold";
src:  url("https://teatiawa.dearjohn.nz/wp-content/themes/bb-theme-child/fonts/Tipu-Bold.woff2") format("woff2"),
      url("https://teatiawa.dearjohn.nz/wp-content/themes/bb-theme-child/fonts/Tipu-Bold.woff") format("woff");
font-weight: 700;
}
@font-face {
font-family: "Tipu";
src:  url("https://teatiawa.dearjohn.nz/wp-content/themes/bb-theme-child/fonts/Tipu-Regular.woff2") format("woff2"),
      url("https://teatiawa.dearjohn.nz/wp-content/themes/bb-theme-child/fonts/Tipu-Regular.woff") format("woff");
font-weight: 400;
}
@font-face {
font-family: "Tipu Italic";
src:  url("https://teatiawa.dearjohn.nz/wp-content/themes/bb-theme-child/fonts/Tipu-Italic.woff2") format("woff2"),
      url("https://teatiawa.dearjohn.nz/wp-content/themes/bb-theme-child/fonts/Tipu-Italic.woff") format("woff");
font-weight: 400;
}

/* Use this rule to make the custom font the default font */
body {
  font-family: "Tipu", Verdana, Arial, sans-serif !important;
}
/* Use this rule to apply the custom font to menu items */
.fl-page-nav .navbar-nav,
.fl-page-nav .navbar-nav a {
  font-family: "Tipu", Verdana, Arial, sans-serif;
}
/* Use this rule to apply the custom font to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Tipu", Verdana, Arial, sans-serif;
}
/* Use this rule to apply the custom font to paragraphs */
p {
    font-family: "Tipu", Verdana, Arial, sans-serif;
}
/* Use this rule to apply the custom font to list items*/
li {
    font-family: "Tipu", Verdana, Arial, sans-serif;
}
