/*
Theme Name: print-wall
Theme URI: 
Author: Hors-lignes
Author URI: https://www.hors-lignes.com/
Description: Theme pour print-your-wall
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*TYPO BASE STYLE*/

:root {
    --color-green: #8fd2c7;
    --color-green-dark: #06594e;
    --color-orange: #ff7700;
}

html {
    height: 100%;
    font-size: 1em;
    font-family: 'Poppins', 'Arial', sans-serif;
}

body {
    margin: 0;
    height: 100%;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

p, span {
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: var(--color-orange);
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

.maj {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
}

.it {
    font-style: italic;
    text-transform: capitalize;
}

address {
    font-style: normal;
}

mark {
    background: none;
    color: #CC0000;
    font-weight: bold;
}

table tr th {
    padding: .5rem;
    font-weight: 700;

}

/*CROPPER IMAGE*/

