/*!
Theme Name:   Josephine Child Theme
Template:     josephine
Version:      1.0.0

Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md

Child theme CSS styles:
*/
html{--example-native-variable:red}
*{-webkit-box-sizing:border-box;box-sizing:border-box}

@font-face {
  font-family: "Poppins Regular";
  src: url("fonts/Poppins-Regular.woff2") format("woff2"),
       url("fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2"),
       url("fonts/Poppins-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins-Bold.woff2") format("woff2"),
       url("fonts/Poppins-Bold.woff") format("woff");
}

.font-poppins-regular {
  font-family: "Poppins Regular", sans-serif;
  font-weight: normal;
}

.font-poppins-semi-bold {
  font-family: "Poppins SemiBold", sans-serif;
  font-weight: normal;
}

.font-poppins-bold {
  font-family: "Poppins Bold", sans-serif;
  font-weight: normal;
}

.color-primary {
  color: var(--wp--preset--color--primary);
}

html {
  margin-top: 0;
}

* > body {
    padding-right: 0;
}

body {
  padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Poppins Regular", sans-serif;
}

*, *::before, *::after {
  letter-spacing: calc(1rem/72);
  -webkit-font-smoothing: antialiased;
}