/*

Title: Atelier S-B/
Author: S-B/
URL: https://www.atelier-sb.net/

*/

/* Colors */ /*

primary: #1e5449
black: #161c2d;
white: #ffffff;

*/

/* Breakpoints */ /* 

breakpoint-xs: 0;
breakpoint-sm: 576px;
reakpoint-md: 768px;
breakpoint-lg: 992px;
breakpoint-xl: 1200px;

*/

/* Fonts //////////////////////////// */

@import url('https://fonts.googleapis.com/css?family=Inter');

@font-face {
    font-family: HKGrotesk;
    font-weight: 400;
    src: url(./fonts/HKGrotesk/HKGrotesk-Regular.woff2) format("woff2"), url(../fonts/HKGrotesk/HKGrotesk-Regular.woff) format("woff");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: 600;
    src: url(./fonts/HKGrotesk/HKGrotesk-Medium.woff2) format("woff2"), url(../fonts/HKGrotesk/HKGrotesk-Medium.woff) format("woff");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: bold;
    src: url(./fonts/HKGrotesk/HKGrotesk-Bold.woff2) format("woff2"), url(../fonts/HKGrotesk/HKGrotesk-Bold.woff) format("woff");
}


/* Base //////////////////////////// */

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
}

body {
    color: #222;
    background-color: #fff;
} 

main {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

/* Typographie //////////////////////////// */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: HKGrotesk, serif;
}

p { 
    font-family: 'Inter', sans-serif;
    line-height: 1.8em;
    margin: 1em 0;
}

/* Links */

a {
    text-decoration: none;
    background-color: transparent;
}


/* Header */

header {

}


/* Menu */

/* @Insert composant-menu.css */


/* Grids */