/*
Theme Name: Themecool1
Author: Renaud
Description: Template minimaliste, ultra-sécurisé et performant inspiré par Arlo.
Version: 1.0
Text Domain: themecool1
*/

:root {
    --themecool1-primary: #ff4b2b;
    --themecool1-dark: #041230;
    --themecool1-text: #6f6f6f;
    --themecool1-bg: #ffffff;
    --themecool1-section-alt: #f9f9f9;
}

body {
    font-family: 'Raleway', sans-serif;
    color: var(--themecool1-text);
    margin: 0;
    line-height: 1.8;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: var(--themecool1-dark);
    font-weight: 700;
}

.themecool1-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn-themecool1 {
    background: var(--themecool1-primary);
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}
