/*
Theme Name: battlefront-tournament
Theme URI: https://monurlpersonnel.com/mesthemes
Author: Jeremy ROY
Author URI: https://monurlpersonnel.com
Description: Le thème sae 310
Version: 0.1
Tags: simple, facile, sans danger, base pour la suite
*/

@import url(css/header.css);
@import url(css/footer.css);
@import url(css/combat-card.css);


/* Variables de couleurs */
:root {
    --dark-blue: #020A1D;
    --blue: #306CFE;
    --white: #C7C7C7;
    --black: #000103;
    --dark-red: #860000;
}

/* Polices */
@font-face {
    font-family: 'starwars';
    src: url('font/SfDistantGalaxy-0l3d.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'text';
    src: url('font/PeugeotNewRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Propriétés générales */
body {
    background-color: var(--dark-blue);
    color: var(--white);
    font-family: 'text', sans-serif;
    margin: 0;
}

.buton1 {
    background-color: var(--blue);
    color: var(--white);
}

.buton2 {
    background-color: var(--dark-red);
    color: var(--white);
}

h1 {
    font-size: 30px;
    font-family: 'starwars', sans-serif;
    font-weight: 200;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 20px;
    font-family: 'starwars', sans-serif;
    font-weight: 100;
    letter-spacing: 0.05em;
    transform: scaleY(1.2);
}

h3 {
    font-size: 18px;
    font-family: 'text', sans-serif;
}

p {
    font-size: 14px;
}