/*
Theme Name: Inkspiredcrafts.co.uk
Author: Matthew Brown
Description: Inkspiredcrafts primary WP Theme
Version: 0.0.1
Tags: bootstrap
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');

.blog-date{
    color: #c9c9c9;
    font-size: 9px;
}

.blog-content{
    color: purple;
    font-size: 10px;    
}

.attachment-thumb{
    float: left;
    padding: 10px;
}

.card-text{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.card-body h3{
    font-size: 24px;
    color: purple;
}