/*
Theme Name: Raster
Theme URI: https://rastercafe.com/
Author: Raster
Author URI: https://rastercafe.com
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://rastercafe.com/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/raster/raster/blob/main/LICENSE
Text Domain: raster
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Raster is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_raster-custom.scss
*/

     @font-face {
  font-family: 'Gotham';
  src: url('wp-content/themes/raster/assets/fontawesome/webfonts/GOTHAM-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('wp-content/themes/raster/assets/fontawesome/webfonts/GOTHAM-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('wp-content/themes/raster/assets/fontawesome/webfonts/GOTHAM-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: 'Gotham', sans-serif;
}

/* These classes use the font declared earlier */
.gotham-medium {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
}

.gotham-bold {
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
}

.gotham-black {
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
}

