/*
Theme Name: Estetic Blog
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: Estetic Face
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'Renstoria';
    src: url(assets/fonts/renstoria.woff2) format('woff2'),
         url(assets/fonts/renstoria.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgablack';
    src: url(assets/fonts/lufga-black-webfont.woff2) format('woff2'),
         url(assets/fonts/lufga-black-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgabold';
    src: url(assets/fonts/lufga-bold-webfont.woff2) format('woff2'),
         url(assets/fonts/lufga-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgaitalic';
    src: url(assets/fonts/lufga-italic-webfont.woff2) format('woff2'),
         url(assets/fonts/lufga-italic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgalight';
    src: url(assets/fonts/lufga-light-webfont.woff2) format('woff2'),
         url(assets/fonts/lufga-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgaregular';
    src: url(assets/fonts/lufga-regular-webfont.woff2) format('woff2'),
         url(assets/fonts/lufga-regular-webfont.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Lufgasemibold';
    src: url(assets/fonts/lufga-semibold-webfont.woff2) format('woff2'),
         url(assets/fonts/lufga-semibold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgathin';
    src: url(assets/fonts/lufga-thin-webfont.woff2) format('woff2'),
         url(assets/fonts/lufga-thin-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
  font-family: Renstoria;
  font-size: 28px;
}

h2 {
  font-family: Renstoria;
  font-size: 21px;
}

h3 {
  font-family: Lufgalight;
  font-size: 28px;
}

h4 {
  font-family: Lufgasemibold;
  font-size: 21px;
}

h5 {
  font-family: Lufgathin;
  font-size: 38px;
}

h6 {
  font-family: Lufgaregular;
}

p {
  font-family: Lufgaregular;
  font-size: 16px;
}

.lufga {
  font-family: Lufgaregular;
}

.renstoria {
  font-family: Renstoria;
}

blockquote {
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    padding: 5px 0 5px 20px;
    border-left: 3px solid #67b9b1;
    margin: 0 0 20px;
}