/*
fonts.css - Theme Name: Hello Blocks Child
Description: Local font imports for Factor Financial
Template: hello-blocks
*/

/* =========================
LOCAL FONT IMPORTS
========================= */

/* === Rubik - Headings h1–h5 === */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Rubik-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/Rubik-Italic.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/Rubik-SemiBoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Rubik-Bold.woff2') format('woff2');
}

/* === Rubik Dirt - Icon Boxes / Decorative === */
@font-face {
    font-family: 'Rubik Dirt';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/RubikDirt-Regular.woff2') format('woff2');
}

/* === Work Sans - Body Text === */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/WorkSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Work Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/WorkSans-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/WorkSans-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Work Sans';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/WorkSans-SemiBoldItalic.woff2') format('woff2');
}

/* =========================
USAGE EXAMPLES
========================= */
/*
body {
    font-family: 'Work Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Rubik', sans-serif;
}

.gkit-icon-box, .decorative-text {
    font-family: 'Rubik Dirt', cursive;
}
*/