@charset 'UTF-8';

/* Général (group: null, definition: body) */
body {
    font-family: "DM Sans";
}

/* Paragraphe (group: $paragraph, definition: p) */
p {
    font-family: "DM Sans";
}

/* Titre 1 (group: $paragraph, definition: h1) */
h1 {
    font-family: "Barlow Condensed";
}

/* Titre 2 (group: $paragraph, definition: h2) */
h2 {
    font-family: "DM Serif Display";
}

/* Titre 3 (group: $paragraph, definition: h3) */
h3 {
    font-family: "Amatic SC";
    font-size: 2.25rem;
    font-weight: 700;
}

/* Titre 4 (group: $paragraph, definition: h4) */
h4 {
    font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
}

/* Titre 5 (group: $paragraph, definition: h5) */
h5 {
    font-family: "Amatic SC";
    font-size: 1.375rem;
    font-weight: 700;
}

/* Cellule (group: null, definition: layout-cell) */
.layout-cell {
    font-family: "DM Sans";
}

/* Section (group: null, definition: layout-section-grid) */
.layout-section-grid {
    font-family: "DM Sans";
}

/* Liste (group: null, definition: ul) */
ul {
    font-family: "DM Sans";
}

/* Hyperlien (group: null, definition: a) */
a {
    --link-color: rgb(0, 0, 0);
    --link-hover-color: rgb(157, 194, 132);
    --link-decoration: none;
}

/* Hyperlien (menu) (group: null, definition: a) */
.style-sa3c1b {
    font-family: "DM Sans";
    --link-color: rgb(67, 67, 67);
    --link-hover-color: rgb(72, 116, 44);
    --link-decoration: none;
    --current-color: rgb(140, 38, 245);
}

/* Titre 3 (copie) (group: $paragraph, definition: h3) */
.style-s264cb {
    font-family: "Amatic SC";
    font-size: 2.25rem;
    font-weight: 700;
}
