/*
Theme Name: OpenLySober Child 2
Theme URI: https://openlysober.com/child
Description: New Child theme for OpenLySober 
Author: Your Name
Author URI: https://yoursite.com
Template: openlysober
Version: 1.0.37
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: openlysober-child-new
*/

/* Your custom CSS styles here */
/* These styles will be added on top of the parent theme styles */



/*
 * Full example
 * @font-face {
  font-family: 'League Spartan';
  src: url('fonts/LeagueSpartan.woff2') format('woff2'),
       url('fonts/LeagueSpartan.woff') format('woff'),
       url('fonts/LeagueSpartan.ttf') format('truetype');
  font-weight: normal;
  font-style normal;
  font-display: swap;
}*/

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
h1 {
    font-size: 100px;
    font-style: normal;
    font-family: Lalezar;
    font-weight: 400px;
    font-stretch: normal;
    letter-spacing: 0em;
}
