﻿/* â”€â”€â”€ Brava Marketing â€” Font-Face Declarations â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

@font-face {
  font-family: 'MaximaNouva';
  src: url('../fonts/MaximaNouva-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MaximaNouva';
  src: url('../fonts/MaximaNouva-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'MaximaNouva';
  src: url('../fonts/MaximaNouva-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MaximaNouva';
  src: url('../fonts/MaximaNouva-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MaximaNouva';
  src: url('../fonts/MaximaNouva-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'MaximaNouva';
  src: url('../fonts/MaximaNouva-ExtraBold.ttf') format('truetype'),
       url('../fonts/MaximaNouva-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MaximaNouva';
  src: url('../fonts/MaximaNouva-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Griffiths';
  src: url('../fonts/Griffiths.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Moderniz';
  src: url('../fonts/Moderniz.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

