/*
Theme Name: BnBPlanner
Theme URI: https://bnbcleaningplanner.com
Author: Brice
Description: Thème custom BnB Planner.
Version: 1.0.0
Text Domain: bnbplanner
*/
@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/Segoe UI.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/Segoe UI Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("./assets/fonts/Segoe UI Bold.ttf") format("truetype");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bnb-font: "Segoe UI", SegoeUI, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
textarea,
select {
  font-family: var(--bnb-font) !important;
}