/*
 Theme Name:   B.B. Elsin 
 Theme URI:    https://bbelsin.com
 Description:  B.B. Elsin
 Author:       Web Squared 
 Author URI:   https://websquared.co.uk
 Template:     generatepress
 Version:      0.1
*/

/*
COLOURS

dark blue / black 09151d
dark blue 10314d

headings 163f5e
text 202020

blue 174167
green 165e2f
yellow f7d239

pale green e7efe5


FONTS 

HEADINGS Playpen Sans Light
TEXT Nunito



.playpen-sans-<uniquifier> {
  font-family: "Playpen Sans", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/
body, html, p, ul, li, ol, input, select, option, textarea, table, td, tr, th {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


h1, h2, h3, h4, h5, h6  {
  font-family: "Playpen Sans", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

body {}

p {font-size:1.1em;}

h1 {
/*font-size:48px;*/
font-weight:300;
font-size:2.8em;
/*text-align:center;*/
}