/*
Theme Name: WhatIf
Text Domain: what-if
Theme URI: https://whatif.fr
Author: WebMate Services
Author URI: https://webmate-services.com
Description: Theme sur mesure pour l'entreprise What If
Requires at least: 6.5
Version: 0.1.0
*/
@font-face {
  font-family: 'Futura LT';
  src: url("/wp-content/themes/whatif/assets/fonts/futura/FuturaLT.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: 'Futura LT Oblique';
  src: url("/wp-content/themes/whatif/assets/fonts/futura/FuturaLT-Oblique.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: 'Futura LT Heavy';
  src: url("/wp-content/themes/whatif/assets/fonts/futura/FuturaLT-Heavy.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: 'Futura LT Light';
  src: url("/wp-content/themes/whatif/assets/fonts/futura/FuturaLT-Light.woff2") format("woff2");
  font-style: normal;
}


:root {
  --primary: #004B9A;
  --accent: #E9C200;
  --black: #020202;
  --white: #E2E2E2;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}