/*!
Theme Name: PageBolt Child
Theme URI: https://uicore.co
Description: Landing Page WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: pagebolt
Version: 1.0.0
Text Domain: pagebolt
*/

/* Add your custom style here */

/* Manrope - ExtraLight (200) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("/wp-content/themes/pagebolt-child/fonts/Manrope-ExtraLight.ttf")
    format("truetype");
}

/* Manrope - Light (300) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/pagebolt-child/fonts/Manrope-Light.ttf")
    format("truetype");
}

/* Manrope - Regular (400) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/pagebolt-child/fonts/Manrope-Regular.ttf")
    format("truetype");
}

/* Manrope - Medium (500) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/pagebolt-child/fonts/Manrope-Medium.ttf")
    format("truetype");
}

/* Manrope - SemiBold (600) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/pagebolt-child/fonts/Manrope-SemiBold.ttf")
    format("truetype");
}

/* Manrope - Bold (700) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/pagebolt-child/fonts/Manrope-Bold.ttf")
    format("truetype");
}

/* Manrope - ExtraBold (800) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/pagebolt-child/fonts/Manrope-ExtraBold.ttf")
    format("truetype");
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400; /* Regular */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700; /* Bold */
}
