/*
Theme Name: ReFe
Description: Tema hijo de Hello Elementor para ReFe
Author: ReFe
Template: hello-elementor
Version: 1.0.0
*/

/* PP Neue Montreal */

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/PPNeueMontreal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/PPNeueMontreal-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/PPNeueMontreal-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/PPNeueMontreal-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'PP Neue Montreal', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
select {
    font-family: 'PP Neue Montreal', Arial, sans-serif;
}