@charset "UTF-8";
/*!
Theme Name: Alpenhouse Child
Theme URI: https://motopress.com/products/alpenhouse
Author: MotoPress
Author URI: https://motopress.com
Description: AlpenHouse is a professional WordPress property rental theme with a neat design, full-blown PMS and a booking system.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpenhouse
Template: alpenhouse
*/

/* -------------------------------
   Polices locales GentleCat Hôtel
--------------------------------*/

/* Urbanist variable */
@font-face {
  font-family: 'Urbanist';
  src: url('fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('fonts/Urbanist-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Allison */
@font-face {
  font-family: 'Allison';
  src: url('fonts/Allison-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome Free - Solid */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

/* Font Awesome Free - Regular */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Font Awesome Free - Brands */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Application des polices */
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Urbanist', sans-serif;
}

i.fas, i.far {
  font-family: "Font Awesome 5 Free" !important;
}
i.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

/* Normalisation des <i> pour FA */
i.fas, i.far, i.fab {
  font-family: 'Font Awesome 5 Free' !important;
  font-style: normal !important;
  font-weight: 900 !important;
}
