/*
Theme Name: portfolio
Theme URI: https://monurlpersonnel.com/mesthemes
Author: Axel DUTRIEUX
Author URI: https://monurlpersonnel.com
Description: Ce thème permet la création de mon portfolio
Version: 0.1
Tags: simple, facile, sans danger, base pour la suite
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import 'assets/css/header.css';
@import 'assets/css/home.css';
@import 'assets/css/variables/normalize.css';
@import 'assets/css/footer.css';
@import 'assets/css/projets.css';
@import 'assets/css/projet.css';
@import 'assets/css/about.css';

:root {
    /*Colors*/
    --black: #2A2A2A;
    --grey: #434343;
    --white: #D9D9D9;

    /*Fonts*/
    /*Title*/
        --title: 50px;
        --title-family: "IBM Plex Sans", serif;
        --title-weight: 600;
        --title-style: normal;
        --title-line: normal;

    /*h1*/
        --h1: 4rem;
        --livvic-family: "Livvic", sans-serif;
        --h1-weight: 700;
        --h1-style: normal;
}

html, body{
    background-color: var(--black);
    margin: 0;
    padding-top: 2.5rem;
    overflow-x: hidden; /* Empêche le défilement horizontal */
}

a {
    text-decoration: none;
}

* {
    max-width: 100%;
    box-sizing: border-box;
}
