/* Ramillas Black */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Ramillas Black Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_black_italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Ramillas Black Decor */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_black_decor.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Ramillas Black Decor Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_black_decor_italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Ramillas Black Outline */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_black_outline.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Ramillas Black Outline Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_black_outline_italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Ramillas Bold */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Ramillas Bold Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_bold_italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Ramillas ExtraBold */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Ramillas ExtraBold Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_extrabold_italic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Ramillas ExtraLight */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Ramillas ExtraLight Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_extralight_italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Ramillas Light */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Ramillas Light Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_light_italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Ramillas Medium */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
/* Ramillas Medium Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_medium_italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Ramillas Regular */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Ramillas Italic */
@font-face {
    font-family: 'Ramillas';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Ramillas Initials (assuming normal weight and style) */
@font-face {
    font-family: 'RamillasInitials';
    src: url('fonts/Fontspring-DEMO-tt_ramillas_initials_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Add @font-face rules for each initials variation if they have different weights */
/* font.css */

/* Garet Book */
@font-face {
    font-family: 'Garet';
    src: url('fonts/Garet-Book.woff2') format('woff2'),
    url('fonts/Garet-Book.woff') format('woff'),
    url('fonts/Garet-Book.otf') format('opentype'),
    url('fonts/Garet-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Garet Heavy */
@font-face {
    font-family: 'Garet';
    src: url('fonts/Garet-Heavy.woff2') format('woff2'),
    url('fonts/Garet-Heavy.woff') format('woff'),
    url('fonts/Garet-Heavy.otf') format('opentype'),
    url('fonts/Garet-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Merriweather-Black';
    src: url('fonts/Merriweather-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather-BlackItalic';
    src: url('fonts/Merriweather-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather-BoldItalic';
    src: url('fonts/Merriweather-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Merriweather-Italic';
    src: url('fonts/Merriweather-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Merriweather-Light';
    src: url('fonts/Merriweather-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather-LightItalic';
    src: url('fonts/Merriweather-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

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

