/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-ExtraBold.otf') format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-Black.otf') format('opentype');
  font-weight: 900;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-ExtraLight.otf') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: 'LTSuperior';
  src: url('superior font/LTSuperior-Thin.otf') format('opentype');
  font-weight: 100;
}

body {
  font-family: 'LTSuperior', sans-serif;

}
p{
     font-family: 'LTSuperior', sans-serif !important;
     letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'LTSuperior', sans-serif !important;
  font-weight: 700;
}

li, ol, button, a, span, strong {
  font-family: 'LTSuperior', sans-serif;

}

