/*
 Theme Name:   Tissot template
 Theme URI:    https://www.editions-tissot.fr
 Description:  A unique theme by and for Editions Tissot
 Author:       editions-tissot.fr
 Author URI:   https://www.editions-tissot.fr
 Version:      1.0.0
 Text Domain:  tissot-ds
*/
@import url("https://fonts.googleapis.com/css?family=Inter:400");
@import 'css/tissotvars.css?v=3';
@import 'css/breadcrumb.css?v=3';

@font-face {
    font-family: 'Ambit';
    src: url('fonts/Ambit-Regular.woff2') format('woff2'),
        url('fonts/Ambit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit SemiBold';
    src: url('fonts/Ambit-SemiBold.woff2') format('woff2'),
        url('fonts/Ambit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit';
    src: url('fonts/Ambit-Bold.woff2') format('woff2'),
        url('fonts/Ambit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit Black';
    src: url('fonts/Ambit-Black.woff2') format('woff2'),
        url('fonts/Ambit-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight:400;
  font-size: 1rem;
  line-height:160%;
}
h1, h2, h3, h4, h5, h6 { 
    font-family: 'Ambit SemiBold', sans-serif; 
}

h1{ 
    font-size: 3rem; 
    font-weight: 600; 
    line-height:110%;
}
@media only screen and (max-width: 830px) {
    h1{ 
	font-size: 2.5rem; 
	line-height:120%;
    }
}
h2{ 
    font-size: 2.5rem;
    font-weight: 600; 
    line-height:110%;
}
h3{ 
    font-size: 2.25rem;
    font-weight: 400; 
    line-height:110%;
}
h4{ 
    font-size: 2rem;
    font-weight: 400; 
    line-height:110%;
}
h5{ 
    font-size: 1.75rem;
    font-weight: 400; 
    line-height:110%;
}
.chapeau {
    font-size:1.5rem;
    line-height:110%;
}
.btn_navigation i, .mobile-nav_help i {
    font-size:24px;
}
.mobile-nav_help i {
    margin-right:8px;
}
