/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/** Setting sensible defaults **/

html{
    font-size: 62.5% !important;
}

body {
    min-height: 100vh;
}

img,
picture {
    max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
} 

/* Horizontal rule */
hr {
    margin-top: var(--space-l);
    margin-bottom: var(--space-l);
}

/* Headings */
h2, h3, h4, h5, h6 {
    margin-top: var(--space-s);
    margin-bottom: var(--space-m);
    line-height: var(--line-height-heading);
}

/* Body */
p {
    letter-spacing: 0.02rem;
    word-spacing: 0.08rem;
    line-height: var(--line-height-text);
}

/* Images */
img {
    border-radius: var(--corner-radius);
}

/* Blockquotes */
blockquote {
    margin-bottom: var(--space-m);
    margin-top: var(--space-s);
}

/* Italics */
em {
    
}

/* Emoticons */
.emoticon {
    color: var(--neutral-light);
    
    margin-left: var(--space-xs);
    margin-right: var(--space-xs);
}

.contact-email {
    color: var(--primary);
    font-weight: bold;
}